Condividi tramite


EnterpriseCustomerOperationsOperations interface

Interfaccia che rappresenta un'operazione EnterpriseCustomerOperations.

Proprietà

createOrUpdate

Crea una cacheNodes con i parametri di creazione specificati

delete

Elimina una risorsa Enterprise del cliente esistente

get

Recupera le proprietà di un cliente Enterprise

listByResourceGroup

Recupera le proprietà di tutti i ConnectedCache enterpriseCustomers

listBySubscription

Recupera le proprietà di tutti ConnectedCaches

update

aggiorna un'organizzazione esistenteCustomers

Dettagli proprietà

createOrUpdate

Crea una cacheNodes con i parametri di creazione specificati

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

Valore della proprietà

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

delete

Elimina una risorsa Enterprise del cliente esistente

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

Valore della proprietà

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

get

Recupera le proprietà di un cliente Enterprise

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

Valore della proprietà

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

listByResourceGroup

Recupera le proprietà di tutti i ConnectedCache enterpriseCustomers

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

Valore della proprietà

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

listBySubscription

Recupera le proprietà di tutti ConnectedCaches

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

Valore della proprietà

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

update

aggiorna un'organizzazione esistenteCustomers

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

Valore della proprietà

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