Partilhar via


EnterpriseCustomerOperationsOperations interface

Interface que representa uma operação EnterpriseCustomerOperations.

Propriedades

createOrUpdate

Cria um cacheNodes com os parâmetros create especificados

delete

Exclui um recurso corporativo de cliente existente

get

Recupera as propriedades de um cliente Enterprise

listByResourceGroup

Recupera as propriedades de todos os ConnectedCache enterpriseCustomers

listBySubscription

Recupera as propriedades de todos os ConnectedCaches

update

atualiza uma empresaClientes existentes

Detalhes de Propriedade

createOrUpdate

Cria um cacheNodes com os parâmetros create especificados

createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: EnterprisePreviewResource, options?: EnterpriseCustomerOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterprisePreviewResource>, EnterprisePreviewResource>

Valor de Propriedade

(resourceGroupName: string, customerResourceName: string, resource: EnterprisePreviewResource, options?: EnterpriseCustomerOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterprisePreviewResource>, EnterprisePreviewResource>

delete

Exclui um recurso corporativo de cliente existente

delete: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsDeleteOptionalParams) => Promise<void>

Valor de Propriedade

(resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsDeleteOptionalParams) => Promise<void>

get

Recupera as propriedades de um cliente Enterprise

get: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsGetOptionalParams) => Promise<EnterprisePreviewResource>

Valor de Propriedade

(resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsGetOptionalParams) => Promise<EnterprisePreviewResource>

listByResourceGroup

Recupera as propriedades de todos os ConnectedCache enterpriseCustomers

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

Valor de Propriedade

(resourceGroupName: string, options?: EnterpriseCustomerOperationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>

listBySubscription

Recupera as propriedades de todos os ConnectedCaches

listBySubscription: (options?: EnterpriseCustomerOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>

Valor de Propriedade

(options?: EnterpriseCustomerOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>

update

atualiza uma empresaClientes existentes

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

Valor de Propriedade

(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseCustomerOperationsUpdateOptionalParams) => Promise<EnterprisePreviewResource>