EnterpriseCustomerOperationsOperations interface
EnterpriseCustomerOperations işlemlerini temsil eden arabirim.
Özellikler
| create |
Belirtilen oluşturma parametreleriyle cacheNodes oluşturur |
| delete | Mevcut bir müşteri Kurumsal kaynağını siler |
| get | Kurumsal müşterinin özelliklerini alır |
| list |
Tüm ConnectedCache enterpriseCustomers'ın özelliklerini alır |
| list |
Tüm ConnectedCaches özelliklerini alır |
| update | mevcut bir kuruluşu güncelleştirirCustomers |
Özellik Ayrıntıları
createOrUpdate
Belirtilen oluşturma parametreleriyle cacheNodes oluşturur
createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: EnterprisePreviewResource, options?: EnterpriseCustomerOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterprisePreviewResource>, EnterprisePreviewResource>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, resource: EnterprisePreviewResource, options?: EnterpriseCustomerOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterprisePreviewResource>, EnterprisePreviewResource>
delete
Mevcut bir müşteri Kurumsal kaynağını siler
delete: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsDeleteOptionalParams) => Promise<void>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsDeleteOptionalParams) => Promise<void>
get
Kurumsal müşterinin özelliklerini alır
get: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsGetOptionalParams) => Promise<EnterprisePreviewResource>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsGetOptionalParams) => Promise<EnterprisePreviewResource>
listByResourceGroup
Tüm ConnectedCache enterpriseCustomers'ın özelliklerini alır
listByResourceGroup: (resourceGroupName: string, options?: EnterpriseCustomerOperationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
Özellik Değeri
(resourceGroupName: string, options?: EnterpriseCustomerOperationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
listBySubscription
Tüm ConnectedCaches özelliklerini alır
listBySubscription: (options?: EnterpriseCustomerOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
Özellik Değeri
(options?: EnterpriseCustomerOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
update
mevcut bir kuruluşu güncelleştirirCustomers
update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseCustomerOperationsUpdateOptionalParams) => Promise<EnterprisePreviewResource>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseCustomerOperationsUpdateOptionalParams) => Promise<EnterprisePreviewResource>