NetworkFeatures Class
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.
Full view of network features for an app (presently VNET integration and Hybrid Connections).
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.NetworkFeaturesTypeConverter))]
public class NetworkFeatures : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INetworkFeatures, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.NetworkFeaturesTypeConverter))>]
type NetworkFeatures = class
interface INetworkFeatures
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class NetworkFeatures
Implements INetworkFeatures, IValidates
- Inheritance
-
NetworkFeatures
- Attributes
- Implements
Constructors
NetworkFeatures() |
Creates an new NetworkFeatures instance. |
Properties
HybridConnection |
The Hybrid Connections summary view. |
HybridConnectionsV2 |
The Hybrid Connection V2 (Service Bus) view. |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
Type |
Resource type. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFeatures. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFeatures. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INetworkFeatures. |
FromJsonString(String) |
Creates a new instance of NetworkFeatures, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFeatures into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |