AccountResourceRequest interface
Visual Studio hesap kaynağını değiştirmek için bir PUT isteğinin gövdesi.
Özellikler
| account |
Hesap adı. |
| location | Azure örneği konumu. |
| operation |
İşlemin türü. |
| properties | Kaynağın özel özellikleri. |
| tags | Kaynağın özel etiketleri. |
Özellik Ayrıntıları
accountName
Hesap adı.
accountName?: string
Özellik Değeri
string
location
Azure örneği konumu.
location?: string
Özellik Değeri
string
operationType
İşlemin türü.
operationType?: AccountResourceRequestOperationType
Özellik Değeri
properties
Kaynağın özel özellikleri.
properties?: {[propertyName: string]: string}
Özellik Değeri
{[propertyName: string]: string}
tags
Kaynağın özel etiketleri.
tags?: {[propertyName: string]: string}
Özellik Değeri
{[propertyName: string]: string}