ApiOperation interface
API 操作。
- Extends
プロパティ
| properties | API 操作のプロパティ |
継承されたプロパティ
| id | リソース ID。注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| location | リソースの場所。 |
| name | リソース名を取得します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| tags | リソース タグ。 |
| type | リソースの種類を取得します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
プロパティの詳細
properties
継承されたプロパティの詳細
id
location
リソースの場所。
location?: string
プロパティ値
string
resource.location から継承
name
tags
リソース タグ。
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
type
リソースの種類を取得します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
type?: string
プロパティ値
string