Partager via


DeploymentWhatIf Constructeurs

Définition

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 à