DeploymentWhatIfSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Fluent.Models.WhatIfResultFormat? resultFormat = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIfSettings : Nullable<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfResultFormat> -> Microsoft.Azure.Management.ResourceManager.Fluent.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'