Partager via


ScopedDeploymentWhatIf Constructeurs

Définition

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.Models.DeploymentWhatIfProperties properties);
new Microsoft.Azure.Management.ResourceManager.Models.ScopedDeploymentWhatIf : string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfProperties -> Microsoft.Azure.Management.ResourceManager.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 à