ArmResourcesModelFactory.WhatIfPropertyChange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de WhatIfPropertyChange.
public static Azure.ResourceManager.Resources.Models.WhatIfPropertyChange WhatIfPropertyChange (string path = default, Azure.ResourceManager.Resources.Models.WhatIfPropertyChangeType propertyChangeType = Azure.ResourceManager.Resources.Models.WhatIfPropertyChangeType.Create, BinaryData before = default, BinaryData after = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WhatIfPropertyChange> children = default);
static member WhatIfPropertyChange : string * Azure.ResourceManager.Resources.Models.WhatIfPropertyChangeType * BinaryData * BinaryData * seq<Azure.ResourceManager.Resources.Models.WhatIfPropertyChange> -> Azure.ResourceManager.Resources.Models.WhatIfPropertyChange
Public Shared Function WhatIfPropertyChange (Optional path As String = Nothing, Optional propertyChangeType As WhatIfPropertyChangeType = Azure.ResourceManager.Resources.Models.WhatIfPropertyChangeType.Create, Optional before As BinaryData = Nothing, Optional after As BinaryData = Nothing, Optional children As IEnumerable(Of WhatIfPropertyChange) = Nothing) As WhatIfPropertyChange
Parâmetros
- path
- String
O caminho da propriedade.
- propertyChangeType
- WhatIfPropertyChangeType
O tipo de alteração de propriedade.
- before
- BinaryData
O valor da propriedade antes da implantação ser executada.
- after
- BinaryData
O valor da propriedade após a implantação ser executada.
- children
- IEnumerable<WhatIfPropertyChange>
Alterações de propriedade aninhadas.
Retornos
Uma nova WhatIfPropertyChange instância para zombar.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET