FetchTieringCostSavingsInfoForProtectedItemContent Constructor

Definition

public FetchTieringCostSavingsInfoForProtectedItemContent (Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointTierType sourceTierType, Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointTierType targetTierType, string containerName, string protectedItemName);
new Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostSavingsInfoForProtectedItemContent : Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointTierType * Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointTierType * string * string -> Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostSavingsInfoForProtectedItemContent
Public Sub New (sourceTierType As RecoveryPointTierType, targetTierType As RecoveryPointTierType, containerName As String, protectedItemName As String)

Parameters

sourceTierType
RecoveryPointTierType

Source tier for the request.

targetTierType
RecoveryPointTierType

target tier for the request.

containerName
String

Name of the protected item container.

protectedItemName
String

Name of the protectedItemName.

Exceptions

containerName or protectedItemName is null.

Applies to