ElasticVolumesOperations interface
表示 ElasticVolumes作的接口。
属性
| create |
在容量池中创建或更新指定的卷 |
| delete | |
| get | 获取指定卷的详细信息 |
| list |
列出弹性容量池中的所有弹性卷 |
| revert | 将弹性卷恢复到正文中指定的快照 |
| update | 修补指定的弹性卷 |
属性详细信息
createOrUpdate
在容量池中创建或更新指定的卷
createOrUpdate: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolume, options?: ElasticVolumesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>
属性值
(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>
属性值
(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
获取指定卷的详细信息
get: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesGetOptionalParams) => Promise<ElasticVolume>
属性值
(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: ElasticVolumesGetOptionalParams) => Promise<ElasticVolume>
listByElasticPool
列出弹性容量池中的所有弹性卷
listByElasticPool: (resourceGroupName: string, accountName: string, poolName: string, options?: ElasticVolumesListByElasticPoolOptionalParams) => PagedAsyncIterableIterator<ElasticVolume, ElasticVolume[], PageSettings>
属性值
(resourceGroupName: string, accountName: string, poolName: string, options?: ElasticVolumesListByElasticPoolOptionalParams) => PagedAsyncIterableIterator<ElasticVolume, ElasticVolume[], PageSettings>
revert
将弹性卷恢复到正文中指定的快照
revert: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeRevert, options?: ElasticVolumesRevertOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>
属性值
(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeRevert, options?: ElasticVolumesRevertOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>
update
修补指定的弹性卷
update: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeUpdate, options?: ElasticVolumesUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>
属性值
(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: ElasticVolumeUpdate, options?: ElasticVolumesUpdateOptionalParams) => PollerLike<OperationState<ElasticVolume>, ElasticVolume>