Поделиться через


EnterpriseMccCustomersOperations interface

Интерфейс, представляющий операции EnterpriseMccCustomers.

Свойства

createOrUpdate

Этот API создает корпоративный клиент mcc с указанными параметрами создания

delete
get

Возвращает сведения о ресурсах клиента enterprise mcc с помощью этого вызова get

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

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

Значение свойства

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

get

Возвращает сведения о ресурсах клиента enterprise mcc с помощью этого вызова get

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>