INetworkFeatures Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.NetworkFeaturesTypeConverter))]
public interface INetworkFeatures : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.NetworkFeaturesTypeConverter))>]
type INetworkFeatures = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface INetworkFeatures
Implements IProxyOnlyResource
- Derived
- Attributes
- Implements
Properties
HybridConnection |
The Hybrid Connections summary view. |
HybridConnectionsV2 |
The Hybrid Connection V2 (Service Bus) view. |
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
Kind |
Kind of resource. (Inherited from IProxyOnlyResource) |
Name |
Resource Name. (Inherited from IProxyOnlyResource) |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
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 |
|
VirtualNetworkConnectionRoute |
The routes that this Virtual Network connection uses. |
VirtualNetworkConnectionVnetResourceId |
The Virtual Network's resource ID. |
VirtualNetworkName |
The Virtual Network name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |