Поделиться через


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)

Перечисление VolumeGroups.

Сведения о методе

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

Объект Volume Group.

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

Объект Volume Group.

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

Объект Volume Group.

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

Объект Volume Group.

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)

Перечисление VolumeGroups.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Регистр букв в имени не учитывается.

elasticSanName

string

Имя ElasticSan.

options
VolumeGroupsListByElasticSanOptionalParams

Параметры параметров.

Возвращаемое значение