ScopedDeploymentWhatIf 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
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:
Azure SDK for .NET