Freigeben über


ScopedDeployment Konstruktoren

Definition

Überlädt

ScopedDeployment()

Initialisiert eine neue instance der ScopedDeployment-Klasse.

ScopedDeployment(String, DeploymentProperties, IDictionary<String,String>)

Initialisiert eine neue instance der ScopedDeployment-Klasse.

ScopedDeployment()

Initialisiert eine neue instance der ScopedDeployment-Klasse.

public ScopedDeployment ();
Public Sub New ()

Gilt für:

ScopedDeployment(String, DeploymentProperties, IDictionary<String,String>)

Initialisiert eine neue instance der ScopedDeployment-Klasse.

public ScopedDeployment (string location, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentProperties properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentProperties * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment
Public Sub New (location As String, properties As DeploymentProperties, Optional tags As IDictionary(Of String, String) = Nothing)

Parameter

location
String

Der Speicherort für die Bereitstellungsdaten.

properties
DeploymentProperties

Die Bereitstellungseigenschaften.

tags
IDictionary<String,String>

Bereitstellungstags

Gilt für: