Compartir a través de


Volumes interface

Interfaz que representa un volumen.

Métodos

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

Cree un volumen.

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

Cree un volumen.

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

Eliminar un volumen.

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

Eliminar un volumen.

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

Actualizar un volumen.

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

Actualizar un volumen.

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

Obtener un volumen.

listByVolumeGroup(string, string, string, VolumesListByVolumeGroupOptionalParams)

Enumerar volúmenes en un objeto VolumeGroup.

Detalles del método

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

Cree un volumen.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

volumeGroupName

string

Nombre del objeto VolumeGroup.

volumeName

string

Nombre del volumen.

parameters
Volume

Objeto Volume.

options
VolumesCreateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Cree un volumen.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

volumeGroupName

string

Nombre del objeto VolumeGroup.

volumeName

string

Nombre del volumen.

parameters
Volume

Objeto Volume.

options
VolumesCreateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Volume>

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

Eliminar un volumen.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

volumeGroupName

string

Nombre del objeto VolumeGroup.

volumeName

string

Nombre del volumen.

options
VolumesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Eliminar un volumen.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

volumeGroupName

string

Nombre del objeto VolumeGroup.

volumeName

string

Nombre del volumen.

options
VolumesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

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

Actualizar un volumen.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

volumeGroupName

string

Nombre del objeto VolumeGroup.

volumeName

string

Nombre del volumen.

parameters
VolumeUpdate

Objeto Volume.

options
VolumesUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Actualizar un volumen.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

volumeGroupName

string

Nombre del objeto VolumeGroup.

volumeName

string

Nombre del volumen.

parameters
VolumeUpdate

Objeto Volume.

options
VolumesUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Volume>

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

Obtener un volumen.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

volumeGroupName

string

Nombre del objeto VolumeGroup.

volumeName

string

Nombre del volumen.

options
VolumesGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Volume>

listByVolumeGroup(string, string, string, VolumesListByVolumeGroupOptionalParams)

Enumerar volúmenes en un objeto VolumeGroup.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

elasticSanName

string

Nombre de ElasticSan.

volumeGroupName

string

Nombre del objeto VolumeGroup.

options
VolumesListByVolumeGroupOptionalParams

Parámetros de opciones.

Devoluciones