Partager via


DeploymentInner Constructeurs

Définition

Surcharges

DeploymentInner()

Initialise une nouvelle instance de la classe DeploymentInner.

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

Initialise une nouvelle instance de la classe DeploymentInner.

DeploymentInner()

Initialise une nouvelle instance de la classe DeploymentInner.

public DeploymentInner ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe DeploymentInner.

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

Paramètres

properties
DeploymentProperties

Propriétés de déploiement.

location
String

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

tags
IDictionary<String,String>

Balises de déploiement

S’applique à