Tags interface
واجهة تمثل علامات.
الأساليب
| get(string, Tags |
الحصول على جميع مفاتيح العلامات المتوفرة للنطاق المحدد |
تفاصيل الأسلوب
get(string, TagsGetOptionalParams)
الحصول على جميع مفاتيح العلامات المتوفرة للنطاق المحدد
function get(scope: string, options?: TagsGetOptionalParams): Promise<TagsResult>
المعلمات
- scope
-
string
النطاق المقترن بعمليات العلامات. يتضمن ذلك '/subscriptions/{subscriptionId}/' لنطاق الاشتراك، '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' لنطاق resourceGroup، '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' لنطاق حساب الفوترة، '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' لنطاق القسم، '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccountId}' لنطاق EnrollmentAccount و'/providers/Microsoft.Management/managementGroups/{managementGroupId}' لنطاق مجموعة الإدارة.
- options
- TagsGetOptionalParams
معلمات الخيارات.
المرتجعات
Promise<TagsResult>