Volumes interface
Интерфейс, представляющий тома.
Методы
Сведения о методе
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.
Параметры параметров.