Partager via


WhatIfOperationResult Constructeurs

Définition

Surcharges

WhatIfOperationResult()

Initialise une nouvelle instance de la classe WhatIfOperationResult.

WhatIfOperationResult(String, IList<WhatIfChange>, ErrorResponse)

Initialise une nouvelle instance de la classe WhatIfOperationResult.

WhatIfOperationResult()

Initialise une nouvelle instance de la classe WhatIfOperationResult.

public WhatIfOperationResult ();
Public Sub New ()

S’applique à

WhatIfOperationResult(String, IList<WhatIfChange>, ErrorResponse)

Initialise une nouvelle instance de la classe WhatIfOperationResult.

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

Paramètres

status
String

État de l’opération What-If.

changes
IList<WhatIfChange>

Liste des modifications de ressources prédites par What-If opération.

error
ErrorResponse

Erreur lors de l’échec de What-If opération.

S’applique à