다음을 통해 공유


Volumes interface

볼륨을 나타내는 인터페이스입니다.

메서드

beginCreate(string, string, string, string, Volume, VolumesCreateOptionalParams)

볼륨을 만듭니다.

beginCreateAndWait(string, string, string, string, Volume, VolumesCreateOptionalParams)

볼륨을 만듭니다.

beginDelete(string, string, string, string, VolumesDeleteOptionalParams)

볼륨을 삭제합니다.

beginDeleteAndWait(string, string, string, string, VolumesDeleteOptionalParams)

볼륨을 삭제합니다.

beginUpdate(string, string, string, string, VolumeUpdate, VolumesUpdateOptionalParams)

볼륨을 업데이트합니다.

beginUpdateAndWait(string, string, string, string, VolumeUpdate, VolumesUpdateOptionalParams)

볼륨을 업데이트합니다.

get(string, string, string, string, VolumesGetOptionalParams)

볼륨을 가져옵니다.

listByVolumeGroup(string, string, string, VolumesListByVolumeGroupOptionalParams)

VolumeGroup의 볼륨을 나열합니다.

메서드 세부 정보

beginCreate(string, string, string, string, Volume, VolumesCreateOptionalParams)

볼륨을 만듭니다.

function beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams): Promise<SimplePollerLike<OperationState<Volume>, Volume>>

매개 변수

resourceGroupName

string

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

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

volumeName

string

볼륨의 이름입니다.

parameters
Volume

Volume 개체입니다.

options
VolumesCreateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateAndWait(string, string, string, string, Volume, VolumesCreateOptionalParams)

볼륨을 만듭니다.

function beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams): Promise<Volume>

매개 변수

resourceGroupName

string

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

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

volumeName

string

볼륨의 이름입니다.

parameters
Volume

Volume 개체입니다.

options
VolumesCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Volume>

beginDelete(string, string, string, string, VolumesDeleteOptionalParams)

볼륨을 삭제합니다.

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

매개 변수

resourceGroupName

string

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

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

volumeName

string

볼륨의 이름입니다.

options
VolumesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, string, VolumesDeleteOptionalParams)

볼륨을 삭제합니다.

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

매개 변수

resourceGroupName

string

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

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

volumeName

string

볼륨의 이름입니다.

options
VolumesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginUpdate(string, string, string, string, VolumeUpdate, VolumesUpdateOptionalParams)

볼륨을 업데이트합니다.

function beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Volume>, Volume>>

매개 변수

resourceGroupName

string

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

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

volumeName

string

볼륨의 이름입니다.

parameters
VolumeUpdate

Volume 개체입니다.

options
VolumesUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginUpdateAndWait(string, string, string, string, VolumeUpdate, VolumesUpdateOptionalParams)

볼륨을 업데이트합니다.

function beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<Volume>

매개 변수

resourceGroupName

string

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

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

volumeName

string

볼륨의 이름입니다.

parameters
VolumeUpdate

Volume 개체입니다.

options
VolumesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Volume>

get(string, string, string, string, VolumesGetOptionalParams)

볼륨을 가져옵니다.

function get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<Volume>

매개 변수

resourceGroupName

string

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

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

volumeName

string

볼륨의 이름입니다.

options
VolumesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<Volume>

listByVolumeGroup(string, string, string, VolumesListByVolumeGroupOptionalParams)

VolumeGroup의 볼륨을 나열합니다.

function listByVolumeGroup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumesListByVolumeGroupOptionalParams): PagedAsyncIterableIterator<Volume, Volume[], PageSettings>

매개 변수

resourceGroupName

string

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

elasticSanName

string

ElasticSan의 이름입니다.

volumeGroupName

string

VolumeGroup의 이름입니다.

options
VolumesListByVolumeGroupOptionalParams

옵션 매개 변수입니다.

반환