EnterpriseMccCustomersOperations interface

واجهة تمثل عمليات EnterpriseMccCustomers.

الخصائص

createOrUpdate

تنشئ واجهة برمجة التطبيقات هذه عميل mcc للمؤسسة مع معلمات الإنشاء المحددة

delete
get

الحصول على معلومات مورد عميل mcc للمؤسسة باستخدام هذا الاتصال

listByResourceGroup

تحصل واجهة برمجة التطبيقات هذه على معلومات حول جميع موارد عملاء mcc للمؤسسة ضمن الاشتراك المحدد ومجموعة الموارد

listBySubscription

تحصل واجهة برمجة التطبيقات هذه على معلومات حول جميع موارد enterpriseMccCustomer ضمن الاشتراك المحدد

update

تقوم واجهة برمجة التطبيقات هذه بتحديث مورد عميل مؤسسة mcc موجود

تفاصيل الخاصية

createOrUpdate

تنشئ واجهة برمجة التطبيقات هذه عميل mcc للمؤسسة مع معلمات الإنشاء المحددة

createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: EnterpriseMccCustomerResource, options?: EnterpriseMccCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterpriseMccCustomerResource>, EnterpriseMccCustomerResource>

قيمة الخاصية

(resourceGroupName: string, customerResourceName: string, resource: EnterpriseMccCustomerResource, options?: EnterpriseMccCustomersCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterpriseMccCustomerResource>, EnterpriseMccCustomerResource>

delete

delete: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

قيمة الخاصية

(resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCustomersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

الحصول على معلومات مورد عميل mcc للمؤسسة باستخدام هذا الاتصال

get: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCustomersGetOptionalParams) => Promise<EnterpriseMccCustomerResource>

قيمة الخاصية

(resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCustomersGetOptionalParams) => Promise<EnterpriseMccCustomerResource>

listByResourceGroup

تحصل واجهة برمجة التطبيقات هذه على معلومات حول جميع موارد عملاء mcc للمؤسسة ضمن الاشتراك المحدد ومجموعة الموارد

listByResourceGroup: (resourceGroupName: string, options?: EnterpriseMccCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCustomerResource, EnterpriseMccCustomerResource[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, options?: EnterpriseMccCustomersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCustomerResource, EnterpriseMccCustomerResource[], PageSettings>

listBySubscription

تحصل واجهة برمجة التطبيقات هذه على معلومات حول جميع موارد enterpriseMccCustomer ضمن الاشتراك المحدد

listBySubscription: (options?: EnterpriseMccCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCustomerResource, EnterpriseMccCustomerResource[], PageSettings>

قيمة الخاصية

(options?: EnterpriseMccCustomersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCustomerResource, EnterpriseMccCustomerResource[], PageSettings>

update

تقوم واجهة برمجة التطبيقات هذه بتحديث مورد عميل مؤسسة mcc موجود

update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseMccCustomersUpdateOptionalParams) => Promise<EnterpriseMccCustomerResource>

قيمة الخاصية

(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseMccCustomersUpdateOptionalParams) => Promise<EnterpriseMccCustomerResource>