RoleInstanceOutput interface
يصف مثيل دور الخدمة السحابية.
الخصائص
| id | معرف المورد |
| location | موقع المورد. |
| name | اسم المورد. |
| properties | خصائص مثيل الدور. |
| sku | مثيل الدور SKU. |
| tags | علامات الموارد. |
| type | نوع المورد. |
تفاصيل الخاصية
id
معرف المورد
id?: string
قيمة الخاصية
string
location
موقع المورد.
location?: string
قيمة الخاصية
string
name
اسم المورد.
name?: string
قيمة الخاصية
string
properties
خصائص مثيل الدور.
properties?: RoleInstancePropertiesOutput
قيمة الخاصية
sku
tags
علامات الموارد.
tags?: Record<string, string>
قيمة الخاصية
Record<string, string>
type
نوع المورد.
type?: string
قيمة الخاصية
string