FetchTieringCostSavingsInfoForProtectedItemContent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of FetchTieringCostSavingsInfoForProtectedItemContent.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET