ProviderOperationsMetadata interface

プロバイダー操作のメタデータ

Extends

プロパティ

displayName

プロバイダーの表示名。

operations

プロバイダーの操作。

resourceTypes

プロバイダー リソースの種類

継承されたプロパティ

id

プロバイダー ID。

name

プロバイダー名。

type

プロバイダーの種類。

プロパティの詳細

displayName

プロバイダーの表示名。

displayName?: string

プロパティ値

string

operations

プロバイダーの操作。

operations?: ProviderOperation[]

プロパティ値

resourceTypes

プロバイダー リソースの種類

resourceTypes?: ResourceType[]

プロパティ値

継承されたプロパティの詳細

id

プロバイダー ID。

id?: string

プロパティ値

string

SettableResource.idから受け継い

name

プロバイダー名。

name?: string

プロパティ値

string

SettableResource.nameから受け継い

type

プロバイダーの種類。

type?: string

プロパティ値

string

SettableResource.typeから継承