Share via


WhatIfOperationResultInner Constructors

Definition

Overloads

WhatIfOperationResultInner()

Initializes a new instance of the WhatIfOperationResultInner class.

WhatIfOperationResultInner(String, IList<WhatIfChange>, ErrorResponse)

Initializes a new instance of the WhatIfOperationResultInner class.

WhatIfOperationResultInner()

Initializes a new instance of the WhatIfOperationResultInner class.

public WhatIfOperationResultInner ();
Public Sub New ()

Applies to

WhatIfOperationResultInner(String, IList<WhatIfChange>, ErrorResponse)

Initializes a new instance of the WhatIfOperationResultInner class.

public WhatIfOperationResultInner (string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfChange> changes = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfChange> * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner
Public Sub New (Optional status As String = Nothing, Optional changes As IList(Of WhatIfChange) = Nothing, Optional error As ErrorResponse = Nothing)

Parameters

status
String

Status of the What-If operation.

changes
IList<WhatIfChange>

List of resource changes predicted by What-If operation.

error
ErrorResponse

Error when What-If operation fails.

Applies to