ReplicationUsagesClient Interface

public interface ReplicationUsagesClient

An instance of this class provides access to all the operations defined in ReplicationUsagesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ReplicationUsageInner> list(String resourceGroupName, String vaultName)

Fetches the replication usages of the vault.

abstract PagedIterable<ReplicationUsageInner> list(String resourceGroupName, String vaultName, Context context)

Fetches the replication usages of the vault.

Method Details

list

public abstract PagedIterable list(String resourceGroupName, String vaultName)

Fetches the replication usages of the vault.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.

Returns:

replication usages for vault as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String vaultName, Context context)

Fetches the replication usages of the vault.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
context - The context to associate with this operation.

Returns:

replication usages for vault as paginated response with PagedIterable<T>.

Applies to