EnterpriseCustomerOperationsOperations interface
EnterpriseCustomerOperations 操作を表すインターフェイス。
プロパティ
create |
指定した作成パラメーターを使用して cacheNodes を作成します。 |
delete | 既存の顧客 Enterprise リソースを削除します |
get | エンタープライズ顧客のプロパティを取得します。 |
list |
すべての ConnectedCache enterpriseCustomers のプロパティを取得します。 |
list |
すべての ConnectedCaches のプロパティを取得します。 |
update | 既存の enterpriseCustomers を更新する |
プロパティの詳細
createOrUpdate
指定した作成パラメーターを使用して 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
既存の顧客 Enterprise リソースを削除します
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
すべての ConnectedCaches のプロパティを取得します。
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>
Azure SDK for JavaScript