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