DeploymentWhatIfSettings 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
DeploymentWhatIfSettings() |
Initialisiert eine neue instance der DeploymentWhatIfSettings-Klasse. |
DeploymentWhatIfSettings(Nullable<WhatIfResultFormat>) |
Initialisiert eine neue instance der DeploymentWhatIfSettings-Klasse. |
DeploymentWhatIfSettings()
Initialisiert eine neue instance der DeploymentWhatIfSettings-Klasse.
public DeploymentWhatIfSettings ();
Public Sub New ()
Gilt für:
DeploymentWhatIfSettings(Nullable<WhatIfResultFormat>)
Initialisiert eine neue instance der DeploymentWhatIfSettings-Klasse.
public DeploymentWhatIfSettings (Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfResultFormat? resultFormat = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIfSettings : Nullable<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfResultFormat> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIfSettings
Public Sub New (Optional resultFormat As Nullable(Of WhatIfResultFormat) = Nothing)
Parameter
- resultFormat
- Nullable<WhatIfResultFormat>
Das Format der What-If Ergebnisse. Mögliche Werte: "ResourceIdOnly", "FullResourcePayloads"
Gilt für:
Azure SDK for .NET