Partager via


VolumeGroups interface

Interface représentant un volumeGroups.

Méthodes

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

Créez un groupe de volumes.

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

Créez un groupe de volumes.

beginDelete(string, string, string, VolumeGroupsDeleteOptionalParams)

Supprimez un volumeGroup.

beginDeleteAndWait(string, string, string, VolumeGroupsDeleteOptionalParams)

Supprimez un volumeGroup.

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

Mettez à jour un volumeGroup.

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

Mettez à jour un volumeGroup.

get(string, string, string, VolumeGroupsGetOptionalParams)

Obtenir un volumeGroups.

listByElasticSan(string, string, VolumeGroupsListByElasticSanOptionalParams)

Répertorier les groupes de volumes.

Détails de la méthode

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

Créez un groupe de volumes.

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

Paramètres

resourceGroupName

string

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

elasticSanName

string

Nom de ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

parameters
VolumeGroup

Objet Volume Group.

options
VolumeGroupsCreateOptionalParams

Paramètres d’options.

Retours

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

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

Créez un groupe de volumes.

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

Paramètres

resourceGroupName

string

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

elasticSanName

string

Nom de ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

parameters
VolumeGroup

Objet Volume Group.

options
VolumeGroupsCreateOptionalParams

Paramètres d’options.

Retours

Promise<VolumeGroup>

beginDelete(string, string, string, VolumeGroupsDeleteOptionalParams)

Supprimez un volumeGroup.

function beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): 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 ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

options
VolumeGroupsDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, VolumeGroupsDeleteOptionalParams)

Supprimez un volumeGroup.

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

Paramètres

resourceGroupName

string

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

elasticSanName

string

Nom de ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

options
VolumeGroupsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

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

Mettez à jour un volumeGroup.

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

Paramètres

resourceGroupName

string

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

elasticSanName

string

Nom de ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

parameters
VolumeGroupUpdate

Objet Volume Group.

options
VolumeGroupsUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Mettez à jour un volumeGroup.

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

Paramètres

resourceGroupName

string

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

elasticSanName

string

Nom de ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

parameters
VolumeGroupUpdate

Objet Volume Group.

options
VolumeGroupsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<VolumeGroup>

get(string, string, string, VolumeGroupsGetOptionalParams)

Obtenir un volumeGroups.

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

Paramètres

resourceGroupName

string

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

elasticSanName

string

Nom de ElasticSan.

volumeGroupName

string

Nom du VolumeGroup.

options
VolumeGroupsGetOptionalParams

Paramètres d’options.

Retours

Promise<VolumeGroup>

listByElasticSan(string, string, VolumeGroupsListByElasticSanOptionalParams)

Répertorier les groupes de volumes.

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

Paramètres

resourceGroupName

string

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

elasticSanName

string

Nom de ElasticSan.

options
VolumeGroupsListByElasticSanOptionalParams

Paramètres d’options.

Retours