NetworkFeatures Class

Definition

Full view of network features for an app (presently VNET integration and Hybrid Connections).

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkFeatures : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkFeatures = class
    inherit ProxyOnlyResource
Public Class NetworkFeatures
Inherits ProxyOnlyResource
Inheritance
NetworkFeatures
Attributes

Constructors

NetworkFeatures()

Initializes a new instance of the NetworkFeatures class.

NetworkFeatures(String, String, String, String, String, VnetInfo, IList<RelayServiceConnectionEntity>, IList<HybridConnection>)

Initializes a new instance of the NetworkFeatures class.

Properties

HybridConnections

Gets the Hybrid Connections summary view.

HybridConnectionsV2

Gets the Hybrid Connection V2 (Service Bus) view.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Type

Gets resource type.

(Inherited from ProxyOnlyResource)
VirtualNetworkConnection

Gets the Virtual Network summary view.

VirtualNetworkName

Gets the Virtual Network name.

Applies to