OperationDisplay interface
操作に関連付けられているメタデータを表示します。
プロパティ
description | 操作の説明。 |
operation | 操作の名前。 |
provider | リソース プロバイダー名。 |
resource | 操作が実行されるリソース名。 |
プロパティの詳細
description
操作の説明。
description?: string
プロパティ値
string
operation
操作の名前。
operation?: string
プロパティ値
string
provider
リソース プロバイダー名。
provider?: string
プロパティ値
string
resource
操作が実行されるリソース名。
resource?: string
プロパティ値
string