Freigeben über


VolumesOperations interface

Schnittstelle, die eine Volumes-Operation darstellt.

Eigenschaften

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginPreBackup
beginPreBackupAndWait
beginPreRestore
beginPreRestoreAndWait
beginUpdate
beginUpdateAndWait
create

Erstellen Sie ein Volume.

delete
get

Holen Sie sich ein Volumen.

listByVolumeGroup

Auflisten von Datenträgern in einer VolumeGroup.

preBackup

Überprüfen Sie, ob eine Festplatten-Snapshot-Sicherung für die Liste der Volumes erstellt werden kann.

preRestore

Überprüfen Sie, ob eine Liste der gesicherten Festplatten-Snapshots in ElasticSan-Volumes wiederhergestellt werden kann.

update

Aktualisieren Sie ein Volume.

Details zur Eigenschaft

beginCreate

Warnung

Diese API ist nun veraltet.

use create instead

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

Eigenschaftswert

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

beginCreateAndWait

Warnung

Diese API ist nun veraltet.

use create instead

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

Eigenschaftswert

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

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginPreBackup

Warnung

Diese API ist nun veraltet.

use preBackup instead

beginPreBackup: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => Promise<SimplePollerLike<OperationState<PreValidationResponse>, PreValidationResponse>>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => Promise<SimplePollerLike<OperationState<PreValidationResponse>, PreValidationResponse>>

beginPreBackupAndWait

Warnung

Diese API ist nun veraltet.

use preBackup instead

beginPreBackupAndWait: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => Promise<PreValidationResponse>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => Promise<PreValidationResponse>

beginPreRestore

Warnung

Diese API ist nun veraltet.

use preRestore instead

beginPreRestore: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => Promise<SimplePollerLike<OperationState<PreValidationResponse>, PreValidationResponse>>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => Promise<SimplePollerLike<OperationState<PreValidationResponse>, PreValidationResponse>>

beginPreRestoreAndWait

Warnung

Diese API ist nun veraltet.

use preRestore instead

beginPreRestoreAndWait: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => Promise<PreValidationResponse>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => Promise<PreValidationResponse>

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

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

Eigenschaftswert

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

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

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

Eigenschaftswert

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

create

Erstellen Sie ein Volume.

create: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams) => PollerLike<OperationState<Volume>, Volume>

Eigenschaftswert

(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>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Holen Sie sich ein Volumen.

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

Eigenschaftswert

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

listByVolumeGroup

Auflisten von Datenträgern in einer VolumeGroup.

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

Eigenschaftswert

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

preBackup

Überprüfen Sie, ob eine Festplatten-Snapshot-Sicherung für die Liste der Volumes erstellt werden kann.

preBackup: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => PollerLike<OperationState<PreValidationResponse>, PreValidationResponse>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams) => PollerLike<OperationState<PreValidationResponse>, PreValidationResponse>

preRestore

Überprüfen Sie, ob eine Liste der gesicherten Festplatten-Snapshots in ElasticSan-Volumes wiederhergestellt werden kann.

preRestore: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => PollerLike<OperationState<PreValidationResponse>, PreValidationResponse>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams) => PollerLike<OperationState<PreValidationResponse>, PreValidationResponse>

update

Aktualisieren Sie ein Volume.

update: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams) => PollerLike<OperationState<Volume>, Volume>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams) => PollerLike<OperationState<Volume>, Volume>