EnterpriseMccCustomersOperations interface
EnterpriseMccCustomers 操作を表すインターフェイス。
プロパティ
create |
この API は、指定された作成パラメーターを使用してエンタープライズ mcc 顧客を作成します |
delete | この API は、既存のエンタープライズ mcc 顧客リソースを削除します |
get | この get 呼び出しを使用して、エンタープライズ mcc 顧客リソース情報を取得します |
list |
この API は、特定のサブスクリプションとリソース グループのすべてのエンタープライズ mcc 顧客リソースに関する情報を取得します |
list |
この 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
この 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>
Azure SDK for JavaScript