Compartilhar via


ArmResourcesModelFactory.WhatIfChange Método

Definição

Inicializa uma nova instância de WhatIfChange.

public static Azure.ResourceManager.Resources.Models.WhatIfChange WhatIfChange (string resourceId = default, Azure.ResourceManager.Resources.Models.WhatIfChangeType changeType = Azure.ResourceManager.Resources.Models.WhatIfChangeType.Create, string unsupportedReason = default, BinaryData before = default, BinaryData after = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WhatIfPropertyChange> delta = default);
static member WhatIfChange : string * Azure.ResourceManager.Resources.Models.WhatIfChangeType * string * BinaryData * BinaryData * seq<Azure.ResourceManager.Resources.Models.WhatIfPropertyChange> -> Azure.ResourceManager.Resources.Models.WhatIfChange
Public Shared Function WhatIfChange (Optional resourceId As String = Nothing, Optional changeType As WhatIfChangeType = Azure.ResourceManager.Resources.Models.WhatIfChangeType.Create, Optional unsupportedReason As String = Nothing, Optional before As BinaryData = Nothing, Optional after As BinaryData = Nothing, Optional delta As IEnumerable(Of WhatIfPropertyChange) = Nothing) As WhatIfChange

Parâmetros

resourceId
String

ID do recurso.

changeType
WhatIfChangeType

Tipo de alteração que será feita no recurso quando a implantação for executada.

unsupportedReason
String

A explicação sobre por que o recurso não tem suporte no What-If.

before
BinaryData

O instantâneo do recurso antes da implantação ser executada.

after
BinaryData

O instantâneo previsto do recurso após a implantação ser executada.

delta
IEnumerable<WhatIfPropertyChange>

As alterações previstas nas propriedades do recurso.

Retornos

Uma nova WhatIfChange instância para simulação.

Aplica-se a