다음을 통해 공유


EnterpriseMccCustomersOperations interface

EnterpriseMccCustomers 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

이 api는 지정된 만들기 매개 변수를 사용하여 엔터프라이즈 mcc 고객을 만듭니다.

delete

이 API는 기존 엔터프라이즈 mcc 고객 리소스를 삭제합니다.

get

이 get call을 사용하여 엔터프라이즈 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

이 get call을 사용하여 엔터프라이즈 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>