Share via


ReplicationUsagesOperationsExtensions.List Method

Definition

Fetches the replication usages of the vault.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage> List (this Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations operations, string resourceGroupName, string vaultName);
static member List : Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations * string * string -> seq<Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage>
<Extension()>
Public Function List (operations As IReplicationUsagesOperations, resourceGroupName As String, vaultName As String) As IEnumerable(Of ReplicationUsage)

Parameters

operations
IReplicationUsagesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group where the recovery services vault is present.

vaultName
String

The name of the recovery services vault.

Returns

Applies to