Share via


DeploymentWhatIfSettings Constructors

Definition

Overloads

DeploymentWhatIfSettings()

Initializes a new instance of the DeploymentWhatIfSettings class.

DeploymentWhatIfSettings(Nullable<WhatIfResultFormat>)

Initializes a new instance of the DeploymentWhatIfSettings class.

DeploymentWhatIfSettings()

Initializes a new instance of the DeploymentWhatIfSettings class.

public DeploymentWhatIfSettings ();
Public Sub New ()

Applies to

DeploymentWhatIfSettings(Nullable<WhatIfResultFormat>)

Initializes a new instance of the DeploymentWhatIfSettings class.

public DeploymentWhatIfSettings (Microsoft.Azure.Management.ResourceManager.Models.WhatIfResultFormat? resultFormat = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfSettings : Nullable<Microsoft.Azure.Management.ResourceManager.Models.WhatIfResultFormat> -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIfSettings
Public Sub New (Optional resultFormat As Nullable(Of WhatIfResultFormat) = Nothing)

Parameters

resultFormat
Nullable<WhatIfResultFormat>

The format of the What-If results. Possible values include: 'ResourceIdOnly', 'FullResourcePayloads'

Applies to