RecoveryPointDiskConfiguration Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RecoveryPointDiskConfiguration() |
Initialise une nouvelle instance de la classe RecoveryPointDiskConfiguration. |
RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>) |
Initialise une nouvelle instance de la classe RecoveryPointDiskConfiguration. |
RecoveryPointDiskConfiguration()
Initialise une nouvelle instance de la classe RecoveryPointDiskConfiguration.
public RecoveryPointDiskConfiguration ();
Public Sub New ()
S’applique à
RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>)
Initialise une nouvelle instance de la classe RecoveryPointDiskConfiguration.
public RecoveryPointDiskConfiguration (int? numberOfDisksIncludedInBackup = default, int? numberOfDisksAttachedToVm = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DiskInformation> includedDiskList = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DiskInformation> excludedDiskList = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointDiskConfiguration : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DiskInformation> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DiskInformation> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointDiskConfiguration
Public Sub New (Optional numberOfDisksIncludedInBackup As Nullable(Of Integer) = Nothing, Optional numberOfDisksAttachedToVm As Nullable(Of Integer) = Nothing, Optional includedDiskList As IList(Of DiskInformation) = Nothing, Optional excludedDiskList As IList(Of DiskInformation) = Nothing)
Paramètres
- includedDiskList
- IList<DiskInformation>
Informations sur les disques inclus dans la sauvegarde
- excludedDiskList
- IList<DiskInformation>
Informations sur les disques exclus de la sauvegarde
S’applique à
Azure SDK for .NET