ElasticVolumesOperations interface
Schnittstelle stellt eine ElasticVolumes-Operation dar.
Eigenschaften
| create |
Erstellen oder Aktualisieren des angegebenen Volumes innerhalb des Kapazitätspools |
| delete | |
| get | Abrufen der Details des angegebenen Volumes |
| list |
Auflisten aller elastischen Volumes im Pool für elastische Kapazitäten |
| revert | Zurücksetzen eines Elastic Volumes auf den im Text angegebenen Snapshot |
| update | Patchen des angegebenen elastischen Volumens |
Details zur Eigenschaft
createOrUpdate
Erstellen oder Aktualisieren des angegebenen Volumes innerhalb des Kapazitätspools
createOrUpdate: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolume, options?: ElasticVolumesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>
Eigenschaftswert
(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>
Eigenschaftswert
(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Abrufen der Details des angegebenen Volumes
get: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesGetOptionalParams) => Promise<ElasticVolume>
Eigenschaftswert
(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesGetOptionalParams) => Promise<ElasticVolume>
listByElasticPool
Auflisten aller elastischen Volumes im Pool für elastische Kapazitäten
listByElasticPool: (resourceGroupName: string, accountName: string, poolName: string, options?: ElasticVolumesListByElasticPoolOptionalParams) => PagedAsyncIterableIterator<ElasticVolume, ElasticVolume[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, accountName: string, poolName: string, options?: ElasticVolumesListByElasticPoolOptionalParams) => PagedAsyncIterableIterator<ElasticVolume, ElasticVolume[], PageSettings>
revert
Zurücksetzen eines Elastic Volumes auf den im Text angegebenen Snapshot
revert: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeRevert, options?: ElasticVolumesRevertOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>
Eigenschaftswert
(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeRevert, options?: ElasticVolumesRevertOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>
update
Patchen des angegebenen elastischen Volumens
update: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeUpdate, options?: ElasticVolumesUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>
Eigenschaftswert
(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeUpdate, options?: ElasticVolumesUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>