ManagementAssociations class
فئة تمثل ManagementAssociations.
المنشئون
| Management |
إنشاء ManagementAssociations. |
الأساليب
تفاصيل المنشئ
ManagementAssociations(OperationsManagementClientContext)
إنشاء ManagementAssociations.
new ManagementAssociations(client: OperationsManagementClientContext)
المعلمات
الرجوع إلى عميل الخدمة.
تفاصيل الأسلوب
createOrUpdate(string, string, ManagementAssociation, RequestOptionsBase)
إنشاء ManagementAssociation أو تحديثه.
function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, options?: RequestOptionsBase): Promise<ManagementAssociationsCreateOrUpdateResponse>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- parameters
- ManagementAssociation
المعلمات المطلوبة لإنشاء ملحق ManagementAssociation.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
وعد<Models.ManagementAssociationsCreateOrUpdateResponse>
createOrUpdate(string, string, ManagementAssociation, RequestOptionsBase, ServiceCallback<ManagementAssociation>)
function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociation>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- parameters
- ManagementAssociation
المعلمات المطلوبة لإنشاء ملحق ManagementAssociation.
- options
- RequestOptionsBase
المعلمات الاختيارية
- callback
رد الاتصال
createOrUpdate(string, string, ManagementAssociation, ServiceCallback<ManagementAssociation>)
function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, callback: ServiceCallback<ManagementAssociation>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- parameters
- ManagementAssociation
المعلمات المطلوبة لإنشاء ملحق ManagementAssociation.
- callback
رد الاتصال
deleteMethod(string, string, RequestOptionsBase)
حذف ManagementAssociation في الاشتراك.
function deleteMethod(resourceGroupName: string, managementAssociationName: string, options?: RequestOptionsBase): Promise<RestResponse>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
Promise<RestResponse>
وعد<msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, managementAssociationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- options
- RequestOptionsBase
المعلمات الاختيارية
- callback
-
ServiceCallback<void>
رد الاتصال
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, managementAssociationName: string, callback: ServiceCallback<void>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- callback
-
ServiceCallback<void>
رد الاتصال
get(string, string, RequestOptionsBase)
استرداد ManagementAssociation للمستخدم.
function get(resourceGroupName: string, managementAssociationName: string, options?: RequestOptionsBase): Promise<ManagementAssociationsGetResponse>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
Promise<ManagementAssociationsGetResponse>
وعد<Models.ManagementAssociationsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ManagementAssociation>)
function get(resourceGroupName: string, managementAssociationName: string, options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociation>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- options
- RequestOptionsBase
المعلمات الاختيارية
- callback
رد الاتصال
get(string, string, ServiceCallback<ManagementAssociation>)
function get(resourceGroupName: string, managementAssociationName: string, callback: ServiceCallback<ManagementAssociation>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي يجب الحصول عليها. الاسم غير حساس لحالة الأحرف.
- managementAssociationName
-
string
اسم إدارة المستخدم.
- callback
رد الاتصال
listBySubscription(RequestOptionsBase)
استرداد قائمة ManagementAssociations.
function listBySubscription(options?: RequestOptionsBase): Promise<ManagementAssociationsListBySubscriptionResponse>
المعلمات
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
وعد<Models.ManagementAssociationsListBySubscriptionResponse>
listBySubscription(RequestOptionsBase, ServiceCallback<ManagementAssociationPropertiesList>)
function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociationPropertiesList>)
المعلمات
- options
- RequestOptionsBase
المعلمات الاختيارية
رد الاتصال
listBySubscription(ServiceCallback<ManagementAssociationPropertiesList>)
function listBySubscription(callback: ServiceCallback<ManagementAssociationPropertiesList>)
المعلمات
رد الاتصال