Freigeben über


DeploymentWhatIf Konstruktoren

Definition

Überlädt

DeploymentWhatIf()

Initialisiert eine neue instance der DeploymentWhatIf-Klasse.

DeploymentWhatIf(DeploymentWhatIfProperties, String)

Initialisiert eine neue instance der DeploymentWhatIf-Klasse.

DeploymentWhatIf()

Initialisiert eine neue instance der DeploymentWhatIf-Klasse.

public DeploymentWhatIf();
Public Sub New ()

Gilt für:

DeploymentWhatIf(DeploymentWhatIfProperties, String)

Initialisiert eine neue instance der DeploymentWhatIf-Klasse.

public DeploymentWhatIf(Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIfProperties properties, string location = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf : Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIfProperties * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf
Public Sub New (properties As DeploymentWhatIfProperties, Optional location As String = Nothing)

Parameter

properties
DeploymentWhatIfProperties

Die Bereitstellungseigenschaften.

location
String

Der Speicherort für die Bereitstellungsdaten.

Gilt für: