NetworkFeaturesInner Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkFeaturesInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkFeaturesInner = class
    inherit ProxyOnlyResourceInner
Public Class NetworkFeaturesInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

NetworkFeaturesInner()

Initializes a new instance of the NetworkFeaturesInner class.

NetworkFeaturesInner(String, String, String, String, String, VnetInfoInner, IList<RelayServiceConnectionEntityInner>, IList<HybridConnectionInner>)

Initializes a new instance of the NetworkFeaturesInner class.

Properties

HybridConnections

Gets the Hybrid Connections summary view.

HybridConnectionsV2

Gets the Hybrid Connection V2 (Service Bus) view.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VirtualNetworkConnection

Gets the Virtual Network summary view.

VirtualNetworkName

Gets the Virtual Network name.

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to