VolumeGroupsOperationsExtensions Class

Definition

Extension methods for VolumeGroupsOperations

public static class VolumeGroupsOperationsExtensions
type VolumeGroupsOperationsExtensions = class
Public Module VolumeGroupsOperationsExtensions
Inheritance
VolumeGroupsOperationsExtensions

Methods

BeginCreate(IVolumeGroupsOperations, String, String, String, VolumeGroupDetails)

Create a volume group along with specified volumes

BeginCreateAsync(IVolumeGroupsOperations, String, String, String, VolumeGroupDetails, CancellationToken)

Create a volume group along with specified volumes

BeginDelete(IVolumeGroupsOperations, String, String, String)

Delete the specified volume group only if there are no volumes under volume group.

BeginDeleteAsync(IVolumeGroupsOperations, String, String, String, CancellationToken)

Delete the specified volume group only if there are no volumes under volume group.

Create(IVolumeGroupsOperations, String, String, String, VolumeGroupDetails)

Create a volume group along with specified volumes

CreateAsync(IVolumeGroupsOperations, String, String, String, VolumeGroupDetails, CancellationToken)

Create a volume group along with specified volumes

Delete(IVolumeGroupsOperations, String, String, String)

Delete the specified volume group only if there are no volumes under volume group.

DeleteAsync(IVolumeGroupsOperations, String, String, String, CancellationToken)

Delete the specified volume group only if there are no volumes under volume group.

Get(IVolumeGroupsOperations, String, String, String)

Get details of the specified volume group

GetAsync(IVolumeGroupsOperations, String, String, String, CancellationToken)

Get details of the specified volume group

ListByNetAppAccount(IVolumeGroupsOperations, String, String)

List all volume groups for given account

ListByNetAppAccountAsync(IVolumeGroupsOperations, String, String, CancellationToken)

List all volume groups for given account

Applies to