RecoveryPointDiskConfiguration Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RecoveryPointDiskConfiguration() |
Initialisiert eine neue instance der RecoveryPointDiskConfiguration-Klasse. |
RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>) |
Initialisiert eine neue instance der RecoveryPointDiskConfiguration-Klasse. |
RecoveryPointDiskConfiguration()
Initialisiert eine neue instance der RecoveryPointDiskConfiguration-Klasse.
public RecoveryPointDiskConfiguration();
Public Sub New ()
Gilt für:
RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>)
Initialisiert eine neue instance der RecoveryPointDiskConfiguration-Klasse.
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)
Parameter
Anzahl der An den virtuellen Computer angefügten Datenträger
- includedDiskList
- IList<DiskInformation>
Informationen zu Datenträgern, die in der Sicherung enthalten sind
- excludedDiskList
- IList<DiskInformation>
Informationen zu Datenträgern, die von der Sicherung ausgeschlossen sind
Gilt für:
Azure SDK for .NET