Freigeben über


ScopedDeploymentWhatIf Konstruktoren

Definition

Überlädt

ScopedDeploymentWhatIf()

Initialisiert eine neue instance der ScopedDeploymentWhatIf-Klasse.

ScopedDeploymentWhatIf(String, DeploymentWhatIfProperties)

Initialisiert eine neue instance der ScopedDeploymentWhatIf-Klasse.

ScopedDeploymentWhatIf()

Initialisiert eine neue instance der ScopedDeploymentWhatIf-Klasse.

public ScopedDeploymentWhatIf ();
Public Sub New ()

Gilt für:

ScopedDeploymentWhatIf(String, DeploymentWhatIfProperties)

Initialisiert eine neue instance der ScopedDeploymentWhatIf-Klasse.

public ScopedDeploymentWhatIf (string location, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfProperties properties);
new Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf : string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfProperties -> Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf
Public Sub New (location As String, properties As DeploymentWhatIfProperties)

Parameter

location
String

Der Speicherort für die Bereitstellungsdaten.

properties
DeploymentWhatIfProperties

Die Bereitstellungseigenschaften.

Gilt für: