Condividi tramite


ArmResourcesDeploymentStacksModelFactory.DeploymentStacksWhatIfPropertyChange Method

Definition

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.

children
IEnumerable<DeploymentStacksWhatIfPropertyChange>

Nested property changes.

Returns

A new DeploymentStacksWhatIfPropertyChange instance for mocking.

Applies to