Share via


NewResourceManagerSdkClient.ExecuteDeploymentWhatIf Method

Definition

Overloads

ExecuteDeploymentWhatIf(PSDeploymentWhatIfCmdletParameters)

Executes deployment What-If at the specified scope.

ExecuteDeploymentWhatIf(PSDeploymentWhatIfCmdletParameters, String[])

Executes deployment What-If at the specified scope.

ExecuteDeploymentWhatIf(PSDeploymentWhatIfCmdletParameters)

Executes deployment What-If at the specified scope.

public virtual Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult ExecuteDeploymentWhatIf (Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters parameters);
abstract member ExecuteDeploymentWhatIf : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult
override this.ExecuteDeploymentWhatIf : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult
Public Overridable Function ExecuteDeploymentWhatIf (parameters As PSDeploymentWhatIfCmdletParameters) As PSWhatIfOperationResult

Parameters

Returns

Applies to

ExecuteDeploymentWhatIf(PSDeploymentWhatIfCmdletParameters, String[])

Executes deployment What-If at the specified scope.

public virtual Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult ExecuteDeploymentWhatIf (Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters parameters, string[] excludeChangeTypeNames);
abstract member ExecuteDeploymentWhatIf : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters * string[] -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult
override this.ExecuteDeploymentWhatIf : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters * string[] -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult
Public Overridable Function ExecuteDeploymentWhatIf (parameters As PSDeploymentWhatIfCmdletParameters, excludeChangeTypeNames As String()) As PSWhatIfOperationResult

Parameters

excludeChangeTypeNames
String[]

Returns

Applies to