DeploymentInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET