Partager via


WhatIfChange Constructeurs

Définition

Surcharges

WhatIfChange()

Initialise une nouvelle instance de la classe WhatIfChange.

WhatIfChange(String, ChangeType, String, Object, Object, IList<WhatIfPropertyChange>)

Initialise une nouvelle instance de la classe WhatIfChange.

WhatIfChange()

Initialise une nouvelle instance de la classe WhatIfChange.

public WhatIfChange ();
Public Sub New ()

S’applique à

WhatIfChange(String, ChangeType, String, Object, Object, IList<WhatIfPropertyChange>)

Initialise une nouvelle instance de la classe WhatIfChange.

public WhatIfChange (string resourceId, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ChangeType changeType, string unsupportedReason = default, object before = default, object after = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange> delta = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfChange : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ChangeType * string * obj * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfChange
Public Sub New (resourceId As String, changeType As ChangeType, Optional unsupportedReason As String = Nothing, Optional before As Object = Nothing, Optional after As Object = Nothing, Optional delta As IList(Of WhatIfPropertyChange) = Nothing)

Paramètres

resourceId
String

ID de ressource

changeType
ChangeType

Type de modification qui sera apportée à la ressource lors de l’exécution du déploiement. Les valeurs possibles sont les suivantes : 'Create', 'Delete', 'Ignore', 'Deploy', 'NoChange', 'Modify', 'Unsupported'

unsupportedReason
String

Explication de la raison pour laquelle la ressource n’est pas prise en charge par what-if.

before
Object

La instantané de la ressource avant l’exécution du déploiement.

after
Object

La instantané prédite de la ressource après l’exécution du déploiement.

delta
IList<WhatIfPropertyChange>

Modifications prédites des propriétés de ressource.

S’applique à