AssociationSubnetUpdate 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.
Association Subnet.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.AssociationSubnetUpdateTypeConverter))]
public class AssociationSubnetUpdate : Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IAssociationSubnetUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.AssociationSubnetUpdateTypeConverter))>]
type AssociationSubnetUpdate = class
interface IAssociationSubnetUpdate
interface IJsonSerializable
Public Class AssociationSubnetUpdate
Implements IAssociationSubnetUpdate
- Inheritance
-
AssociationSubnetUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AssociationSubnetUpdate() |
Creates an new AssociationSubnetUpdate instance. |
Properties
| Name | Description |
|---|---|
| Id |
Association ID. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AssociationSubnetUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AssociationSubnetUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IAssociationSubnetUpdate. |
| FromJsonString(String) |
Creates a new instance of AssociationSubnetUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AssociationSubnetUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |