次の方法で共有


AccountResourceRequest interface

Visual Studio アカウント リソースを変更するための PUT 要求の本文。

プロパティ

accountName

アカウント名。

location

Azure インスタンスの場所。

operationType

操作の種類。

properties

リソースのカスタム プロパティ。

tags

リソースのカスタム タグ。

プロパティの詳細

accountName

アカウント名。

accountName?: string

プロパティ値

string

location

Azure インスタンスの場所。

location?: string

プロパティ値

string

operationType

操作の種類。

operationType?: AccountResourceRequestOperationType

プロパティ値

properties

リソースのカスタム プロパティ。

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

プロパティ値

{[propertyName: string]: string}

tags

リソースのカスタム タグ。

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

プロパティ値

{[propertyName: string]: string}