DeploymentExtended 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
DeploymentExtended() |
Initialise une nouvelle instance de la classe DeploymentExtended. |
DeploymentExtended(String, String, String, String, DeploymentPropertiesExtended, IDictionary<String,String>) |
Initialise une nouvelle instance de la classe DeploymentExtended. |
DeploymentExtended()
Initialise une nouvelle instance de la classe DeploymentExtended.
public DeploymentExtended ();
Public Sub New ()
S’applique à
DeploymentExtended(String, String, String, String, DeploymentPropertiesExtended, IDictionary<String,String>)
Initialise une nouvelle instance de la classe DeploymentExtended.
public DeploymentExtended (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended : string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As DeploymentPropertiesExtended = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Paramètres
- id
- String
ID du déploiement.
- name
- String
Le nom du déploiement.
- type
- String
Type du déploiement.
- location
- String
emplacement du déploiement.
- properties
- DeploymentPropertiesExtended
Propriétés de déploiement.
- tags
- IDictionary<String,String>
Balises de déploiement
S’applique à
Azure SDK for .NET