Delen via


ElasticVolumesOperations interface

Interface die een ElasticVolumes-operatie vertegenwoordigt.

Eigenschappen

createOrUpdate

Het opgegeven volume in de capaciteitspool maken of bijwerken

delete
get

De details van het opgegeven volume ophalen

listByElasticPool

Maak een lijst van alle elastische volumes binnen de elastische capaciteitspool

revert

Een elastisch volume terugzetten naar de momentopname die in de hoofdtekst is opgegeven

update

Patch het gespecificeerde elastische volume

Eigenschapdetails

createOrUpdate

Het opgegeven volume in de capaciteitspool maken of bijwerken

createOrUpdate: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolume, options?: ElasticVolumesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>

Waarde van eigenschap

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolume, options?: ElasticVolumesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>

delete

delete: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Waarde van eigenschap

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

De details van het opgegeven volume ophalen

get: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesGetOptionalParams) => Promise<ElasticVolume>

Waarde van eigenschap

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesGetOptionalParams) => Promise<ElasticVolume>

listByElasticPool

Maak een lijst van alle elastische volumes binnen de elastische capaciteitspool

listByElasticPool: (resourceGroupName: string, accountName: string, poolName: string, options?: ElasticVolumesListByElasticPoolOptionalParams) => PagedAsyncIterableIterator<ElasticVolume, ElasticVolume[], PageSettings>

Waarde van eigenschap

(resourceGroupName: string, accountName: string, poolName: string, options?: ElasticVolumesListByElasticPoolOptionalParams) => PagedAsyncIterableIterator<ElasticVolume, ElasticVolume[], PageSettings>

revert

Een elastisch volume terugzetten naar de momentopname die in de hoofdtekst is opgegeven

revert: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeRevert, options?: ElasticVolumesRevertOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>

Waarde van eigenschap

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeRevert, options?: ElasticVolumesRevertOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>

update

Patch het gespecificeerde elastische volume

update: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeUpdate, options?: ElasticVolumesUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>

Waarde van eigenschap

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeUpdate, options?: ElasticVolumesUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>