AssociationUpdateProperties Class

Definition

The updatable properties of the Association.

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

Constructors

Name Description
AssociationUpdateProperties()

Creates an new AssociationUpdateProperties instance.

Properties

Name Description
AssociationType

Association Type

SubnetId

Association ID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AssociationUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AssociationUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AssociationUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to