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