EnterpriseMccCustomersOperations interface
代表 EnterpriseMccCustomers 作業的介面。
屬性
create |
此 API 會使用指定的 create 參數建立企業 mcc 客戶 |
delete | 此 API 會刪除現有的企業 mcc 客戶資源 |
get | 使用此取得來電的企業 mcc 客戶資源資訊 |
list |
此 API 會取得指定訂用帳戶和資源群組下所有企業 mcc 客戶資源的相關信息 |
list |
此 API 會取得指定訂用帳戶下所有 enterpriseMccCustomer 資源的相關信息 |
update | 此 API 會更新現有的企業 mcc 客戶資源 |
屬性詳細資料
createOrUpdate
此 API 會使用指定的 create 參數建立企業 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>