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

NetworkFeaturesProperties Class

Definition

NetworkFeatures resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.NetworkFeaturesPropertiesTypeConverter))]
public class NetworkFeaturesProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.INetworkFeaturesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.NetworkFeaturesPropertiesTypeConverter))>]
type NetworkFeaturesProperties = class
    interface INetworkFeaturesProperties
    interface IJsonSerializable
Public Class NetworkFeaturesProperties
Implements INetworkFeaturesProperties
Inheritance
NetworkFeaturesProperties
Attributes
Implements

Constructors

NetworkFeaturesProperties()

Creates an new NetworkFeaturesProperties instance.

Properties

HybridConnection

The Hybrid Connections summary view.

HybridConnectionsV2

The Hybrid Connection V2 (Service Bus) view.

VirtualNetworkConnectionCertBlob

A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.

VirtualNetworkConnectionCertThumbprint

The client certificate thumbprint.

VirtualNetworkConnectionDnsServer

DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.

VirtualNetworkConnectionIsSwift

Flag that is used to denote if this is VNET injection

VirtualNetworkConnectionResyncRequired

true if a resync is required; otherwise, false.

VirtualNetworkConnectionRoute

The routes that this Virtual Network connection uses.

VirtualNetworkConnectionVnetResourceId

The Virtual Network's resource ID.

VirtualNetworkName

The Virtual Network name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkFeaturesProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkFeaturesProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.INetworkFeaturesProperties.

FromJsonString(String)

Creates a new instance of NetworkFeaturesProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkFeaturesProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to