Compartir a través de


EnterpriseCustomerOperationsOperations interface

Interfaz que representa las operaciones EnterpriseCustomerOperations.

Propiedades

createOrUpdate

Crea un cacheNodes con los parámetros de creación especificados.

delete

Elimina un recurso enterprise del cliente existente.

get

Recupera las propiedades de un cliente Enterprise.

listByResourceGroup

Recupera las propiedades de todos los connectedCache enterpriseCustomers.

listBySubscription

Recupera las propiedades de todas las ConnectedCaches.

update

actualiza un enterpriseCustomers existente

Detalles de las propiedades

createOrUpdate

Crea un cacheNodes con los parámetros de creación especificados.

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

Valor de propiedad

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

delete

Elimina un recurso enterprise del cliente existente.

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

Valor de propiedad

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

get

Recupera las propiedades de un cliente Enterprise.

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

Valor de propiedad

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

listByResourceGroup

Recupera las propiedades de todos los connectedCache enterpriseCustomers.

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

Valor de propiedad

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

listBySubscription

Recupera las propiedades de todas las ConnectedCaches.

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

Valor de propiedad

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

update

actualiza un enterpriseCustomers existente

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

Valor de propiedad

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