Partager via


Volumes interface

Interface représentant un Volume.

Méthodes

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

Créez un volume.

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

Créez un volume.

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

Supprimer un volume.

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

Supprimer un volume.

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

Mettre à jour un volume.

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

Mettre à jour un volume.

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

Obtenir un volume.

listByVolumeGroup(string, string, string, VolumesListByVolumeGroupOptionalParams)

Répertorier les volumes dans un VolumeGroup.

Détails de la méthode

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

Créez un volume.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de l’ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

volumeName

string

Nom du volume.

parameters
Volume

Objet volume.

options
VolumesCreateOptionalParams

Paramètres d’options.

Retours

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

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

Créez un volume.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de l’ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

volumeName

string

Nom du volume.

parameters
Volume

Objet volume.

options
VolumesCreateOptionalParams

Paramètres d’options.

Retours

Promise<Volume>

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

Supprimer un volume.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de l’ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

volumeName

string

Nom du volume.

options
VolumesDeleteOptionalParams

Paramètres d’options.

Retours

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

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

Supprimer un volume.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de l’ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

volumeName

string

Nom du volume.

options
VolumesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

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

Mettre à jour un volume.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de l’ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

volumeName

string

Nom du volume.

parameters
VolumeUpdate

Objet volume.

options
VolumesUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Mettre à jour un volume.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de l’ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

volumeName

string

Nom du volume.

parameters
VolumeUpdate

Objet volume.

options
VolumesUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Volume>

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

Obtenir un volume.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de l’ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

volumeName

string

Nom du volume.

options
VolumesGetOptionalParams

Paramètres d’options.

Retours

Promise<Volume>

listByVolumeGroup(string, string, string, VolumesListByVolumeGroupOptionalParams)

Répertorier les volumes dans un VolumeGroup.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

elasticSanName

string

Nom de l’ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

options
VolumesListByVolumeGroupOptionalParams

Paramètres d’options.

Retours