VolumeGroupsOperations interface
Interface die een VolumeGroups-bewerking voorstelt.
Eigenschappen
| create | Maak een volumegroep samen met opgegeven volumes |
| delete | |
| get | Details van de opgegeven volumegroep ophalen |
| list |
Lijst van alle volumegroepen voor een bepaald account |
Eigenschapdetails
create
Maak een volumegroep samen met opgegeven volumes
create: (resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams) => PollerLike<OperationState<VolumeGroupDetails>, VolumeGroupDetails>
Waarde van eigenschap
(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>
Waarde van eigenschap
(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Details van de opgegeven volumegroep ophalen
get: (resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams) => Promise<VolumeGroupDetails>
Waarde van eigenschap
(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams) => Promise<VolumeGroupDetails>
listByNetAppAccount
Lijst van alle volumegroepen voor een bepaald account
listByNetAppAccount: (resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>