ArmResourcesDeploymentStacksModelFactory.DeploymentStacksWhatIfPropertyChange Method
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.
The predicted change to the resource property.
public static Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange DeploymentStacksWhatIfPropertyChange(BinaryData before = default, BinaryData after = default, string path = default, Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChangeType changeType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange> children = default);
static member DeploymentStacksWhatIfPropertyChange : BinaryData * BinaryData * string * Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChangeType * seq<Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange> -> Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChange
Public Shared Function DeploymentStacksWhatIfPropertyChange (Optional before As BinaryData = Nothing, Optional after As BinaryData = Nothing, Optional path As String = Nothing, Optional changeType As DeploymentStacksWhatIfPropertyChangeType = Nothing, Optional children As IEnumerable(Of DeploymentStacksWhatIfPropertyChange) = Nothing) As DeploymentStacksWhatIfPropertyChange
Parameters
- before
- BinaryData
The predicted value before the deployment is executed.
- after
- BinaryData
The predicted value after the deployment is executed.
- path
- String
Type of change that will be made to the resource when the deployment is executed.
- changeType
- DeploymentStacksWhatIfPropertyChangeType
Type of change that will be made to the resource when the deployment is executed.
Nested property changes.
Returns
A new DeploymentStacksWhatIfPropertyChange instance for mocking.