AssociationUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |