你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateAccessProperties Class

Definition

PrivateAccess resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PrivateAccessPropertiesTypeConverter))]
public class PrivateAccessProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPrivateAccessProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.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.Websites.Models.Api20210201.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.

ToString()

Applies to