RecoverableVolumeGroupsOperations interface

Interface representing a RecoverableVolumeGroups operations.

Properties

delete

Eradicate a recoverable volume group

get

Get a recoverable volume group

listByStoragePool

List all recoverable volume groups in a storage pool

Property Details

delete

Eradicate a recoverable volume group

delete: (resourceGroupName: string, storagePoolName: string, recoverableVolumeGroupName: string, options?: RecoverableVolumeGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, storagePoolName: string, recoverableVolumeGroupName: string, options?: RecoverableVolumeGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get a recoverable volume group

get: (resourceGroupName: string, storagePoolName: string, recoverableVolumeGroupName: string, options?: RecoverableVolumeGroupsGetOptionalParams) => Promise<RecoverableVolumeGroup>

Property Value

(resourceGroupName: string, storagePoolName: string, recoverableVolumeGroupName: string, options?: RecoverableVolumeGroupsGetOptionalParams) => Promise<RecoverableVolumeGroup>

listByStoragePool

List all recoverable volume groups in a storage pool

listByStoragePool: (resourceGroupName: string, storagePoolName: string, options?: RecoverableVolumeGroupsListByStoragePoolOptionalParams) => PagedAsyncIterableIterator<RecoverableVolumeGroup, RecoverableVolumeGroup[], PageSettings>

Property Value

(resourceGroupName: string, storagePoolName: string, options?: RecoverableVolumeGroupsListByStoragePoolOptionalParams) => PagedAsyncIterableIterator<RecoverableVolumeGroup, RecoverableVolumeGroup[], PageSettings>