Partager via


EnterpriseCustomerOperationsOperations interface

Interface représentant des opérations EnterpriseCustomerOperations.

Propriétés

createOrUpdate

Crée un cacheNodes avec les paramètres de création spécifiés

delete

Supprime une ressource Entreprise client existante

get

Récupère les propriétés d’un client Entreprise

listByResourceGroup

Récupère les propriétés de tous les enterpriseCustomers ConnectedCache

listBySubscription

Récupère les propriétés de tous les ConnectedCaches

update

met à jour une entrepriseCustomers existante

Détails de la propriété

createOrUpdate

Crée un cacheNodes avec les paramètres de création spécifiés

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

Valeur de propriété

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

delete

Supprime une ressource Entreprise client existante

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

Valeur de propriété

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

get

Récupère les propriétés d’un client Entreprise

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

Valeur de propriété

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

listByResourceGroup

Récupère les propriétés de tous les enterpriseCustomers ConnectedCache

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

Valeur de propriété

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

listBySubscription

Récupère les propriétés de tous les ConnectedCaches

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

Valeur de propriété

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

update

met à jour une entrepriseCustomers existante

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

Valeur de propriété

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