AccountResourceRequest interface
نص طلب PUT لتعديل مورد حساب Visual Studio.
الخصائص
| account |
اسم الحساب. |
| location | موقع مثيل Azure. |
| operation |
نوع العملية. |
| 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}