你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EnterpriseMccCustomersOperations interface

表示 EnterpriseMccCustomers 操作的接口。

属性

createOrUpdate

此 API 使用指定的创建参数创建企业 mcc 客户

delete

此 API 删除现有的企业 mcc 客户资源

get

使用此获取呼叫获取企业 mcc 客户资源信息

listByResourceGroup

此 API 获取给定订阅和资源组下所有企业 mcc 客户资源的相关信息

listBySubscription

此 API 获取给定订阅下所有 enterpriseMccCustomer 资源的相关信息

update

此 API 更新现有的企业 mcc 客户资源

属性详细信息

createOrUpdate

此 API 使用指定的创建参数创建企业 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

此 API 删除现有的企业 mcc 客户资源

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

此 API 获取给定订阅和资源组下所有企业 mcc 客户资源的相关信息

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

属性值

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

listBySubscription

此 API 获取给定订阅下所有 enterpriseMccCustomer 资源的相关信息

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

属性值

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

update

此 API 更新现有的企业 mcc 客户资源

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

属性值

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