共用方式為


EnterpriseCustomerOperationsOperations interface

代表 EnterpriseCustomerOperations 作業的介面。

屬性

createOrUpdate

使用指定的 create 參數建立 cacheNodes

delete

刪除現有的客戶企業資源

get

擷取企業客戶的屬性

listByResourceGroup

擷取所有 ConnectedCache enterpriseCustomers 的屬性

listBySubscription

擷取所有 ConnectedCache 的屬性

update

更新現有的 EnterpriseCustomers

屬性詳細資料

createOrUpdate

使用指定的 create 參數建立 cacheNodes

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

屬性值

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

delete

刪除現有的客戶企業資源

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

屬性值

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

get

擷取企業客戶的屬性

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

屬性值

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

listByResourceGroup

擷取所有 ConnectedCache enterpriseCustomers 的屬性

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

屬性值

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

listBySubscription

擷取所有 ConnectedCache 的屬性

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

屬性值

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

update

更新現有的 EnterpriseCustomers

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

屬性值

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