Compartir a través de


INetworkFeatures Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkFeaturesTypeConverter))]
public interface INetworkFeatures : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.NetworkFeaturesTypeConverter))>]
type INetworkFeatures = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface INetworkFeatures
Implements IProxyOnlyResource
Derived
Attributes
Implements

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.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
IsSwift

Flag that is used to denote if this is VNET injection

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Name

Resource Name.

(Inherited from IProxyOnlyResource)
ResyncRequired

true if a resync is required; otherwise, false.

Route

The routes that this Virtual Network connection uses.

Type

Resource type.

(Inherited from IProxyOnlyResource)
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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to