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