WhatIfPropertyChange Construtores
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.
Sobrecargas
WhatIfPropertyChange() |
Inicializa uma nova instância da classe WhatIfPropertyChange. |
WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>) |
Inicializa uma nova instância da classe WhatIfPropertyChange. |
WhatIfPropertyChange()
Inicializa uma nova instância da classe WhatIfPropertyChange.
public WhatIfPropertyChange ();
Public Sub New ()
Aplica-se a
WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>)
Inicializa uma nova instância da classe WhatIfPropertyChange.
public WhatIfPropertyChange (string path, Microsoft.Azure.Management.ResourceManager.Fluent.Models.PropertyChangeType propertyChangeType, object before = default, object after = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange> children = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.PropertyChangeType * obj * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange
Public Sub New (path As String, propertyChangeType As PropertyChangeType, Optional before As Object = Nothing, Optional after As Object = Nothing, Optional children As IList(Of WhatIfPropertyChange) = Nothing)
Parâmetros
- path
- String
O caminho da propriedade.
- propertyChangeType
- PropertyChangeType
O tipo de alteração de propriedade. Os valores possíveis incluem: 'Create', 'Delete', 'Modify', 'Array', 'NoEffect'
- before
- Object
O valor da propriedade antes da implantação ser executada.
- after
- Object
O valor da propriedade após a implantação ser executada.
- children
- IList<WhatIfPropertyChange>
Alterações de propriedade aninhadas.
Aplica-se a
Azure SDK for .NET