VolumesOperations interface
Интерфейс, представляющий операции с объемами.
Свойства
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Создайте том. |
| delete | |
| get | Получите объем. |
| list |
Список томов в группе томов. |
| pre |
Проверьте, можно ли создать резервную копию моментального снимка диска для списка томов. |
| pre |
Проверьте, можно ли восстановить список резервных копий моментальных снимков диска в тома ElasticSan. |
| update | Обновление тома. |
Сведения о свойстве
beginCreate
Предупреждение
Теперь этот API является нерекомендуемым.
use create instead
beginCreate: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Volume>, Volume>>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Volume>, Volume>>
beginCreateAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use create instead
beginCreateAndWait: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams) => Promise<Volume>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams) => Promise<Volume>
beginDelete
Предупреждение
Теперь этот API является нерекомендуемым.
use delete instead
beginDelete: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams) => Promise<void>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams) => Promise<void>
beginPreBackup
Предупреждение
Теперь этот API является нерекомендуемым.
use preBackup instead
beginPreBackup: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => Promise<SimplePollerLike<OperationState<PreValidationResponse>, PreValidationResponse>>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => Promise<SimplePollerLike<OperationState<PreValidationResponse>, PreValidationResponse>>
beginPreBackupAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use preBackup instead
beginPreBackupAndWait: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => Promise<PreValidationResponse>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => Promise<PreValidationResponse>
beginPreRestore
Предупреждение
Теперь этот API является нерекомендуемым.
use preRestore instead
beginPreRestore: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => Promise<SimplePollerLike<OperationState<PreValidationResponse>, PreValidationResponse>>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => Promise<SimplePollerLike<OperationState<PreValidationResponse>, PreValidationResponse>>
beginPreRestoreAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use preRestore instead
beginPreRestoreAndWait: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => Promise<PreValidationResponse>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => Promise<PreValidationResponse>
beginUpdate
Предупреждение
Теперь этот API является нерекомендуемым.
use update instead
beginUpdate: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Volume>, Volume>>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Volume>, Volume>>
beginUpdateAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use update instead
beginUpdateAndWait: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams) => Promise<Volume>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams) => Promise<Volume>
create
Создайте том.
create: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams) => PollerLike<OperationState<Volume>, Volume>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams) => PollerLike<OperationState<Volume>, Volume>
delete
delete: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Получите объем.
get: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesGetOptionalParams) => Promise<Volume>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesGetOptionalParams) => Promise<Volume>
listByVolumeGroup
Список томов в группе томов.
listByVolumeGroup: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumesListByVolumeGroupOptionalParams) => PagedAsyncIterableIterator<Volume, Volume[], PageSettings>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumesListByVolumeGroupOptionalParams) => PagedAsyncIterableIterator<Volume, Volume[], PageSettings>
preBackup
Проверьте, можно ли создать резервную копию моментального снимка диска для списка томов.
preBackup: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => PollerLike<OperationState<PreValidationResponse>, PreValidationResponse>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => PollerLike<OperationState<PreValidationResponse>, PreValidationResponse>
preRestore
Проверьте, можно ли восстановить список резервных копий моментальных снимков диска в тома ElasticSan.
preRestore: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => PollerLike<OperationState<PreValidationResponse>, PreValidationResponse>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => PollerLike<OperationState<PreValidationResponse>, PreValidationResponse>
update
Обновление тома.
update: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams) => PollerLike<OperationState<Volume>, Volume>
Значение свойства
(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams) => PollerLike<OperationState<Volume>, Volume>