次の方法で共有


NetworkFeaturesProperties Class

Definition

NetworkFeatures resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkFeaturesPropertiesTypeConverter))]
public class NetworkFeaturesProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INetworkFeaturesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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

CertBlob

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

CertThumbprint

The client certificate thumbprint.

DnsServer

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

HybridConnection

The Hybrid Connections summary view.

HybridConnectionsV2

The Hybrid Connection V2 (Service Bus) view.

IsSwift

Flag that is used to denote if this is VNET injection

ResyncRequired

true if a resync is required; otherwise, false.

Route

The routes that this Virtual Network connection uses.

VirtualNetworkConnectionId

Resource Id.

VirtualNetworkConnectionKind

Kind of resource.

VirtualNetworkConnectionName

Resource Name.

VirtualNetworkConnectionType

Resource type.

VirtualNetworkName

The Virtual Network name.

VnetResourceId

The Virtual Network's resource ID.

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.Functions.Models.Api20190801.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.

Applies to