Freigeben über


VolumeGroupsOperations interface

Schnittstelle, die einen VolumeGroup-Vorgang darstellt.

Eigenschaften

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

Erstellen Sie eine Volumegruppe.

delete
get

Rufen Sie eine VolumeGroups ab.

listByElasticSan

Listen Sie VolumeGroups auf.

update

Aktualisieren sie eine VolumeGroup.

Details zur Eigenschaft

beginCreate

Warnung

Diese API ist nun veraltet.

use create instead

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

Eigenschaftswert

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

beginCreateAndWait

Warnung

Diese API ist nun veraltet.

use create instead

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

Eigenschaftswert

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

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

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

Eigenschaftswert

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

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

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

Eigenschaftswert

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

create

Erstellen Sie eine Volumegruppe.

create: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams) => PollerLike<OperationState<VolumeGroup>, VolumeGroup>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams) => PollerLike<OperationState<VolumeGroup>, VolumeGroup>

delete

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

Eigenschaftswert

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

get

Rufen Sie eine VolumeGroups ab.

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

Eigenschaftswert

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

listByElasticSan

Listen Sie VolumeGroups auf.

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

Eigenschaftswert

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

update

Aktualisieren sie eine VolumeGroup.

update: (resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams) => PollerLike<OperationState<VolumeGroup>, VolumeGroup>

Eigenschaftswert

(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams) => PollerLike<OperationState<VolumeGroup>, VolumeGroup>