DeploymentStacksWhatIfChangeType Class

Definition

Defines values for DeploymentStacksWhatIfChangeType.

public static class DeploymentStacksWhatIfChangeType
type DeploymentStacksWhatIfChangeType = class
Public Class DeploymentStacksWhatIfChangeType
Inheritance
DeploymentStacksWhatIfChangeType

Fields

Name Description
Create

The resource does not exist in the current state but is present in the desired state. The resource will be created when the deployment is executed.

Delete

The resource exists in the current state and is missing from the desired state. The resource will be deleted from Azure after the deployment is executed.

Detach

The resource exists in the current state and is missing from the desired state. The resource will be removed from the deployment stack, but will remain in Azure, after the deployment is executed.

Modify

The resource exists in the current state and the desired state and will be redeployed when the deployment is executed. The properties of the resource will change.

NoChange

The resource exists in the current state and the desired state and will be redeployed when the deployment is executed. The properties of the resource will not change.

Unsupported

The resource is not supported by What-If.

Applies to