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).
[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
- 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
Azure SDK for .NET