Partager via


ScopedDeployment Constructeurs

Définition

Surcharges

ScopedDeployment()

Initialise une nouvelle instance de la classe ScopedDeployment.

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

Initialise une nouvelle instance de la classe ScopedDeployment.

ScopedDeployment()

Initialise une nouvelle instance de la classe ScopedDeployment.

public ScopedDeployment ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe ScopedDeployment.

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)

Paramètres

location
String

Emplacement où stocker les données de déploiement.

properties
DeploymentProperties

Propriétés de déploiement.

tags
IDictionary<String,String>

Balises de déploiement

S’applique à