AssociationUpdate Class

Definition

The type used for update operations of the Association.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.AssociationUpdateTypeConverter))]
public class AssociationUpdate : Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IAssociationUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.AssociationUpdateTypeConverter))>]
type AssociationUpdate = class
    interface IAssociationUpdate
    interface IJsonSerializable
Public Class AssociationUpdate
Implements IAssociationUpdate
Inheritance
AssociationUpdate
Attributes
Implements

Constructors

Name Description
AssociationUpdate()

Creates an new AssociationUpdate instance.

Properties

Name Description
AssociationType

Association Type

SubnetId

Association ID.

Tag

Resource tags.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AssociationUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AssociationUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IAssociationUpdate.

FromJsonString(String)

Creates a new instance of AssociationUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AssociationUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to