PrivateAccessProperties 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.
PrivateAccess resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateAccessPropertiesTypeConverter))]
public class PrivateAccessProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PrivateAccessPropertiesTypeConverter))>]
type PrivateAccessProperties = class
interface IPrivateAccessProperties
interface IJsonSerializable
Public Class PrivateAccessProperties
Implements IPrivateAccessProperties
- Inheritance
-
PrivateAccessProperties
- Attributes
- Implements
Constructors
PrivateAccessProperties() |
Creates an new PrivateAccessProperties instance. |
Properties
Enabled |
Whether private access is enabled or not. |
VirtualNetwork |
The Virtual Networks (and subnets) allowed to access the site privately. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateAccessProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateAccessProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPrivateAccessProperties. |
FromJsonString(String) |
Creates a new instance of PrivateAccessProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateAccessProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |