VolumeGroupsOperations interface
VolumeGroups işlemlerini temsil eden arabirim.
Özellikler
| create | Belirtilen birimlerle birlikte bir birim grubu oluşturma |
| delete | |
| get | Belirtilen birim grubunun ayrıntılarını alma |
| list |
Belirli bir hesap için tüm birim gruplarını listeleme |
Özellik Ayrıntıları
create
Belirtilen birimlerle birlikte bir birim grubu oluşturma
create: (resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams) => PollerLike<OperationState<VolumeGroupDetails>, VolumeGroupDetails>
Özellik Değeri
(resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams) => PollerLike<OperationState<VolumeGroupDetails>, VolumeGroupDetails>
delete
delete: (resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Belirtilen birim grubunun ayrıntılarını alma
get: (resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams) => Promise<VolumeGroupDetails>
Özellik Değeri
(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams) => Promise<VolumeGroupDetails>
listByNetAppAccount
Belirli bir hesap için tüm birim gruplarını listeleme
listByNetAppAccount: (resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>
Özellik Değeri
(resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>