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