다음을 통해 공유


VolumeGroupsOperations interface

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

속성

create

지정된 볼륨과 함께 볼륨 그룹 생성

delete
get

지정된 볼륨 그룹의 세부 정보 가져오기

listByNetAppAccount

지정된 계정에 대한 모든 볼륨 그룹 나열

속성 세부 정보

create

지정된 볼륨과 함께 볼륨 그룹 생성

create: (resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams) => PollerLike<OperationState<VolumeGroupDetails>, VolumeGroupDetails>

속성 값

(resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams) => PollerLike<OperationState<VolumeGroupDetails>, VolumeGroupDetails>

delete

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

속성 값

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

get

지정된 볼륨 그룹의 세부 정보 가져오기

get: (resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams) => Promise<VolumeGroupDetails>

속성 값

(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams) => Promise<VolumeGroupDetails>

listByNetAppAccount

지정된 계정에 대한 모든 볼륨 그룹 나열

listByNetAppAccount: (resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>

속성 값

(resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>