次の方法で共有


ApiOperation interface

API 操作。

Extends

プロパティ

properties

API 操作のプロパティ

継承されたプロパティ

id

リソース ID。注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

location

リソースの場所。

name

リソース名を取得します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

tags

リソース タグ。

type

リソースの種類を取得します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

properties

API 操作のプロパティ

properties?: ApiOperationPropertiesDefinition

プロパティ値

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

id

リソース ID。注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

承元Resource.id

location

リソースの場所。

location?: string

プロパティ値

string

resource.location から継承

name

リソース名を取得します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name?: string

プロパティ値

string

承元Resource.name

tags

リソース タグ。

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

Resource.tags から継承された

type

リソースの種類を取得します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

承元Resource.type