EnterpriseCustomerOperationsOperations interface
Interface que representa uma operação EnterpriseCustomerOperations.
Propriedades
create |
Cria um cacheNodes com os parâmetros de criação especificados |
delete | Exclui um recurso enterprise do cliente existente |
get | Recupera as propriedades de um cliente Enterprise |
list |
Recupera as propriedades de todos os ConnectedCache enterpriseCustomers |
list |
Recupera as propriedades de todos os ConnectedCaches |
update | atualiza um enterpriseCustomers existente |
Detalhes da propriedade
createOrUpdate
Cria um cacheNodes com os parâmetros de criação especificados
createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: EnterprisePreviewResource, options?: EnterpriseCustomerOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterprisePreviewResource>, EnterprisePreviewResource>
Valor da propriedade
(resourceGroupName: string, customerResourceName: string, resource: EnterprisePreviewResource, options?: EnterpriseCustomerOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterprisePreviewResource>, EnterprisePreviewResource>
delete
Exclui um recurso enterprise do cliente existente
delete: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsDeleteOptionalParams) => Promise<void>
Valor da 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 da 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 da 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 da propriedade
(options?: EnterpriseCustomerOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
update
atualiza um enterpriseCustomers existente
update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseCustomerOperationsUpdateOptionalParams) => Promise<EnterprisePreviewResource>
Valor da propriedade
(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseCustomerOperationsUpdateOptionalParams) => Promise<EnterprisePreviewResource>
Azure SDK for JavaScript