DeploymentWhatIf 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
DeploymentWhatIf() |
Initialise une nouvelle instance de la classe DeploymentWhatIf. |
DeploymentWhatIf(DeploymentWhatIfProperties, String) |
Initialise une nouvelle instance de la classe DeploymentWhatIf. |
DeploymentWhatIf()
Initialise une nouvelle instance de la classe DeploymentWhatIf.
public DeploymentWhatIf ();
Public Sub New ()
S’applique à
DeploymentWhatIf(DeploymentWhatIfProperties, String)
Initialise une nouvelle instance de la classe DeploymentWhatIf.
public DeploymentWhatIf (Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIfProperties properties, string location = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf : Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIfProperties * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf
Public Sub New (properties As DeploymentWhatIfProperties, Optional location As String = Nothing)
Paramètres
- properties
- DeploymentWhatIfProperties
Propriétés de déploiement.
- location
- String
Emplacement où stocker les données de déploiement.
S’applique à
Azure SDK for .NET