ConnectedSubnet 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.
Connected Subnet properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ConnectedSubnetTypeConverter))]
public class ConnectedSubnet : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IConnectedSubnet, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ConnectedSubnetTypeConverter))>]
type ConnectedSubnet = class
interface IConnectedSubnet
interface IJsonSerializable
interface IAnnotationResource
interface IValidates
Public Class ConnectedSubnet
Implements IConnectedSubnet, IValidates
- Inheritance
-
ConnectedSubnet
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectedSubnet() |
Creates an new ConnectedSubnet instance. |
Properties
| Name | Description |
|---|---|
| Annotation |
Switch configuration description. |
| Prefix |
Prefix of the Connected Subnet. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedSubnet. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedSubnet. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IConnectedSubnet. |
| FromJsonString(String) |
Creates a new instance of ConnectedSubnet, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedSubnet into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |