PrivateAccessVirtualNetwork 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 that is useable for private site access.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PrivateAccessVirtualNetworkTypeConverter))]
public class PrivateAccessVirtualNetwork : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPrivateAccessVirtualNetwork
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PrivateAccessVirtualNetworkTypeConverter))>]
type PrivateAccessVirtualNetwork = class
interface IPrivateAccessVirtualNetwork
interface IJsonSerializable
Public Class PrivateAccessVirtualNetwork
Implements IPrivateAccessVirtualNetwork
- Inheritance
-
PrivateAccessVirtualNetwork
- Attributes
- Implements
Constructors
PrivateAccessVirtualNetwork() |
Creates an new PrivateAccessVirtualNetwork instance. |
Properties
Key |
The key (ID) of the Virtual Network. |
Name |
The name of the Virtual Network. |
ResourceId |
The ARM uri of the Virtual Network |
Subnet |
A List of subnets that access is allowed to on this Virtual Network. An empty array (but not null) is interpreted to mean that all subnets are allowed within this Virtual Network. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateAccessVirtualNetwork. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateAccessVirtualNetwork. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPrivateAccessVirtualNetwork. |
FromJsonString(String) |
Creates a new instance of PrivateAccessVirtualNetwork, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateAccessVirtualNetwork into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |