PrivateAccessSubnet 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.
Description of a Virtual Network subnet that is useable for private site access.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateAccessSubnetTypeConverter))]
public class PrivateAccessSubnet : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessSubnet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateAccessSubnetTypeConverter))>]
type PrivateAccessSubnet = class
interface IPrivateAccessSubnet
interface IJsonSerializable
Public Class PrivateAccessSubnet
Implements IPrivateAccessSubnet
- Inheritance
-
PrivateAccessSubnet
- Attributes
- Implements
Constructors
PrivateAccessSubnet() |
Creates an new PrivateAccessSubnet instance. |
Properties
Key |
The key (ID) of the subnet. |
Name |
The name of the subnet. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateAccessSubnet. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateAccessSubnet. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessSubnet. |
FromJsonString(String) |
Creates a new instance of PrivateAccessSubnet, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateAccessSubnet into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |