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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET