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(resourceName: string, resourceGroupName: string, fabricName: string, storageClassificationName: string, options?: ReplicationStorageClassificationsGetOptionalParams): Promise<StorageClassification>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

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

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(resourceName: string, resourceGroupName: string, options?: ReplicationStorageClassificationsListOptionalParams): PagedAsyncIterableIterator<StorageClassification, StorageClassification[], PageSettings>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

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

options
ReplicationStorageClassificationsListOptionalParams

The options parameters.

Returns

listByReplicationFabrics(string, string, string, ReplicationStorageClassificationsListByReplicationFabricsOptionalParams)

Lists the storage classifications available in the specified fabric.

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

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

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

fabricName

string

Site name of interest.

Returns