IVolumeGroupsOperations Interface

Definition

VolumeGroupsOperations operations.

public interface IVolumeGroupsOperations
type IVolumeGroupsOperations = interface
Public Interface IVolumeGroupsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, VolumeGroupDetails, Dictionary<String,List<String>>, CancellationToken)

Create a volume group along with specified volumes

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateWithHttpMessagesAsync(String, String, String, VolumeGroupDetails, Dictionary<String,List<String>>, CancellationToken)

Create a volume group along with specified volumes

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get details of the specified volume group

ListByNetAppAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List all volume groups for given account

Extension 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