다음을 통해 공유


VolumeGroups interface

VolumeGroups를 나타내는 인터페이스입니다.

메서드

beginCreate(string, string, string, VolumeGroup, VolumeGroupsCreateOptionalParams)

볼륨 그룹을 만듭니다.

beginCreateAndWait(string, string, string, VolumeGroup, VolumeGroupsCreateOptionalParams)

볼륨 그룹을 만듭니다.

beginDelete(string, string, string, VolumeGroupsDeleteOptionalParams)

VolumeGroup을 삭제합니다.

beginDeleteAndWait(string, string, string, VolumeGroupsDeleteOptionalParams)

VolumeGroup을 삭제합니다.

beginUpdate(string, string, string, VolumeGroupUpdate, VolumeGroupsUpdateOptionalParams)

VolumeGroup을 업데이트합니다.

beginUpdateAndWait(string, string, string, VolumeGroupUpdate, VolumeGroupsUpdateOptionalParams)

VolumeGroup을 업데이트합니다.

get(string, string, string, VolumeGroupsGetOptionalParams)

VolumeGroups를 가져옵니다.

listByElasticSan(string, string, VolumeGroupsListByElasticSanOptionalParams)

VolumeGroup을 나열합니다.

메서드 세부 정보

beginCreate(string, string, string, VolumeGroup, VolumeGroupsCreateOptionalParams)

볼륨 그룹을 만듭니다.

function beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VolumeGroup>, VolumeGroup>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

parameters
VolumeGroup

볼륨 그룹 개체입니다.

options
VolumeGroupsCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<VolumeGroup>, VolumeGroup>>

beginCreateAndWait(string, string, string, VolumeGroup, VolumeGroupsCreateOptionalParams)

볼륨 그룹을 만듭니다.

function beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams): Promise<VolumeGroup>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

parameters
VolumeGroup

볼륨 그룹 개체입니다.

options
VolumeGroupsCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<VolumeGroup>

beginDelete(string, string, string, VolumeGroupsDeleteOptionalParams)

VolumeGroup을 삭제합니다.

function beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

options
VolumeGroupsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, VolumeGroupsDeleteOptionalParams)

VolumeGroup을 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

options
VolumeGroupsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginUpdate(string, string, string, VolumeGroupUpdate, VolumeGroupsUpdateOptionalParams)

VolumeGroup을 업데이트합니다.

function beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VolumeGroup>, VolumeGroup>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

parameters
VolumeGroupUpdate

볼륨 그룹 개체입니다.

options
VolumeGroupsUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<VolumeGroup>, VolumeGroup>>

beginUpdateAndWait(string, string, string, VolumeGroupUpdate, VolumeGroupsUpdateOptionalParams)

VolumeGroup을 업데이트합니다.

function beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams): Promise<VolumeGroup>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

parameters
VolumeGroupUpdate

볼륨 그룹 개체입니다.

options
VolumeGroupsUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<VolumeGroup>

get(string, string, string, VolumeGroupsGetOptionalParams)

VolumeGroups를 가져옵니다.

function get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams): Promise<VolumeGroup>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

options
VolumeGroupsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<VolumeGroup>

listByElasticSan(string, string, VolumeGroupsListByElasticSanOptionalParams)

VolumeGroup을 나열합니다.

function listByElasticSan(resourceGroupName: string, elasticSanName: string, options?: VolumeGroupsListByElasticSanOptionalParams): PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

elasticSanName

string

ElasticSan의 이름입니다.

options
VolumeGroupsListByElasticSanOptionalParams

옵션 매개 변수입니다.

반환