EnterpriseCustomerOperationsOperations interface
Antarmuka yang mewakili operasi EnterpriseCustomerOperations.
Properti
| create |
Membuat cacheNodes dengan parameter buat yang ditentukan |
| delete | Menghapus sumber daya Enterprise pelanggan yang sudah ada |
| get | Mengambil properti pelanggan Enterprise |
| list |
Mengambil properti semua ConnectedCache enterpriseCustomers |
| list |
Mengambil properti semua ConnectedCaches |
| update | memperbarui enterpriseCustomers yang ada |
Detail Properti
createOrUpdate
Membuat cacheNodes dengan parameter buat yang ditentukan
createOrUpdate: (resourceGroupName: string, customerResourceName: string, resource: EnterprisePreviewResource, options?: EnterpriseCustomerOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterprisePreviewResource>, EnterprisePreviewResource>
Nilai Properti
(resourceGroupName: string, customerResourceName: string, resource: EnterprisePreviewResource, options?: EnterpriseCustomerOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterprisePreviewResource>, EnterprisePreviewResource>
delete
Menghapus sumber daya Enterprise pelanggan yang sudah ada
delete: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsDeleteOptionalParams) => Promise<void>
Nilai Properti
(resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsDeleteOptionalParams) => Promise<void>
get
Mengambil properti pelanggan Enterprise
get: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsGetOptionalParams) => Promise<EnterprisePreviewResource>
Nilai Properti
(resourceGroupName: string, customerResourceName: string, options?: EnterpriseCustomerOperationsGetOptionalParams) => Promise<EnterprisePreviewResource>
listByResourceGroup
Mengambil properti semua ConnectedCache enterpriseCustomers
listByResourceGroup: (resourceGroupName: string, options?: EnterpriseCustomerOperationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
Nilai Properti
(resourceGroupName: string, options?: EnterpriseCustomerOperationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
listBySubscription
Mengambil properti semua ConnectedCaches
listBySubscription: (options?: EnterpriseCustomerOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
Nilai Properti
(options?: EnterpriseCustomerOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EnterprisePreviewResource, EnterprisePreviewResource[], PageSettings>
update
memperbarui enterpriseCustomers yang ada
update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseCustomerOperationsUpdateOptionalParams) => Promise<EnterprisePreviewResource>
Nilai Properti
(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseCustomerOperationsUpdateOptionalParams) => Promise<EnterprisePreviewResource>