다음을 통해 공유


ElasticAccountsOperations interface

ElasticAccounts 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

리소스 그룹 내에서 지정된 NetApp 탄력적 계정을 생성하거나 업데이트합니다

delete
get

NetApp Elastic 계정 가져오기

listByResourceGroup

리소스 그룹의 모든 NetApp 탄력적 계정을 나열하고 설명합니다.

listBySubscription

구독의 모든 NetApp 탄력적 계정을 나열하고 설명합니다.

update

지정된 NetApp Elastic 계정을 패치합니다

속성 세부 정보

createOrUpdate

리소스 그룹 내에서 지정된 NetApp 탄력적 계정을 생성하거나 업데이트합니다

createOrUpdate: (resourceGroupName: string, accountName: string, body: ElasticAccount, options?: ElasticAccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticAccount>, ElasticAccount>

속성 값

(resourceGroupName: string, accountName: string, body: ElasticAccount, options?: ElasticAccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticAccount>, ElasticAccount>

delete

delete: (resourceGroupName: string, accountName: string, options?: ElasticAccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, accountName: string, options?: ElasticAccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

NetApp Elastic 계정 가져오기

get: (resourceGroupName: string, accountName: string, options?: ElasticAccountsGetOptionalParams) => Promise<ElasticAccount>

속성 값

(resourceGroupName: string, accountName: string, options?: ElasticAccountsGetOptionalParams) => Promise<ElasticAccount>

listByResourceGroup

리소스 그룹의 모든 NetApp 탄력적 계정을 나열하고 설명합니다.

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

속성 값

(resourceGroupName: string, options?: ElasticAccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ElasticAccount, ElasticAccount[], PageSettings>

listBySubscription

구독의 모든 NetApp 탄력적 계정을 나열하고 설명합니다.

listBySubscription: (options?: ElasticAccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ElasticAccount, ElasticAccount[], PageSettings>

속성 값

(options?: ElasticAccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ElasticAccount, ElasticAccount[], PageSettings>

update

지정된 NetApp Elastic 계정을 패치합니다

update: (resourceGroupName: string, accountName: string, body: ElasticAccountUpdate, options?: ElasticAccountsUpdateOptionalParams) => PollerLike<OperationState<ElasticAccount>, ElasticAccount>

속성 값

(resourceGroupName: string, accountName: string, body: ElasticAccountUpdate, options?: ElasticAccountsUpdateOptionalParams) => PollerLike<OperationState<ElasticAccount>, ElasticAccount>