PlannedFailoverModelProperties(PlannedFailoverModelCustomProperties) Konstruktor
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.
Initialisiert eine neue instance von PlannedFailoverModelProperties.
public PlannedFailoverModelProperties (Azure.ResourceManager.RecoveryServicesDataReplication.Models.PlannedFailoverModelCustomProperties customProperties);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.PlannedFailoverModelProperties : Azure.ResourceManager.RecoveryServicesDataReplication.Models.PlannedFailoverModelCustomProperties -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.PlannedFailoverModelProperties
Public Sub New (customProperties As PlannedFailoverModelCustomProperties)
Parameter
- customProperties
- PlannedFailoverModelCustomProperties
Geplante benutzerdefinierte Failovermodelleigenschaften. Beachten Sie, dass PlannedFailoverModelCustomProperties es sich um die Basisklasse handelt. Je nach Szenario muss hier möglicherweise eine abgeleitete Klasse der Basisklasse zugewiesen werden, oder diese Eigenschaft muss in eine der möglichen abgeleiteten Klassen umgewandelt werden. Die verfügbaren abgeleiteten Klassen sind HyperVToAzStackHciPlannedFailoverModelCustomProperties, GeneralPlannedFailoverModelCustomProperties und VMwareToAzStackHciPlannedFailoverModelCustomProperties.
Ausnahmen
customProperties
ist NULL.