Share via


ReplicationStorageClassifications interface

Interface representing a ReplicationStorageClassifications.

Methods

get(string, string, string, string, ReplicationStorageClassificationsGetOptionalParams)

Gets the details of the specified storage classification.

list(string, string, ReplicationStorageClassificationsListOptionalParams)

Lists the storage classifications in the vault.

listByReplicationFabrics(string, string, string, ReplicationStorageClassificationsListByReplicationFabricsOptionalParams)

Lists the storage classifications available in the specified fabric.

Method Details

get(string, string, string, string, ReplicationStorageClassificationsGetOptionalParams)

Gets the details of the specified storage classification.

function get(resourceGroupName: string, resourceName: string, fabricName: string, storageClassificationName: string, options?: ReplicationStorageClassificationsGetOptionalParams): Promise<StorageClassification>

Parameters

resourceGroupName

string

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

resourceName

string

The name of the recovery services vault.

fabricName

string

Fabric name.

storageClassificationName

string

Storage classification name.

options
ReplicationStorageClassificationsGetOptionalParams

The options parameters.

Returns

list(string, string, ReplicationStorageClassificationsListOptionalParams)

Lists the storage classifications in the vault.

function list(resourceGroupName: string, resourceName: string, options?: ReplicationStorageClassificationsListOptionalParams): PagedAsyncIterableIterator<StorageClassification, StorageClassification[], PageSettings>

Parameters

resourceGroupName

string

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

resourceName

string

The name of the recovery services vault.

options
ReplicationStorageClassificationsListOptionalParams

The options parameters.

Returns

listByReplicationFabrics(string, string, string, ReplicationStorageClassificationsListByReplicationFabricsOptionalParams)

Lists the storage classifications available in the specified fabric.

function listByReplicationFabrics(resourceGroupName: string, resourceName: string, fabricName: string, options?: ReplicationStorageClassificationsListByReplicationFabricsOptionalParams): PagedAsyncIterableIterator<StorageClassification, StorageClassification[], PageSettings>

Parameters

resourceGroupName

string

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

resourceName

string

The name of the recovery services vault.

fabricName

string

Site name of interest.

Returns