AccountResourceRequest interface

A Visual Studio-fiók erőforrásának módosítására vonatkozó PUT-kérelem törzse.

Tulajdonságok

accountName

A fiók neve.

location

Az Azure-példány helye.

operationType

A művelet típusa.

properties

Az erőforrás egyéni tulajdonságai.

tags

Az erőforrás egyéni címkéi.

Tulajdonság adatai

accountName

A fiók neve.

accountName?: string

Tulajdonság értéke

string

location

Az Azure-példány helye.

location?: string

Tulajdonság értéke

string

operationType

A művelet típusa.

operationType?: AccountResourceRequestOperationType

Tulajdonság értéke

properties

Az erőforrás egyéni tulajdonságai.

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

Tulajdonság értéke

{[propertyName: string]: string}

tags

Az erőforrás egyéni címkéi.

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

Tulajdonság értéke

{[propertyName: string]: string}