NetworkFeaturesInner Class

public final class NetworkFeaturesInner
extends ProxyOnlyResource

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

Constructor Summary

Constructor Description
NetworkFeaturesInner()

Creates an instance of NetworkFeaturesInner class.

Method Summary

Modifier and Type Method and Description
List<RelayServiceConnectionEntityInner> hybridConnections()

Get the hybridConnections property: The Hybrid Connections summary view.

List<HybridConnectionInner> hybridConnectionsV2()

Get the hybridConnectionsV2 property: The Hybrid Connection V2 (Service Bus) view.

void validate()

Validates the instance.

VnetInfo virtualNetworkConnection()

Get the virtualNetworkConnection property: The Virtual Network summary view.

String virtualNetworkName()

Get the virtualNetworkName property: The Virtual Network name.

NetworkFeaturesInner withKind(String kind)

Set the kind property: Kind of resource.

Methods inherited from ProxyResource

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

NetworkFeaturesInner

public NetworkFeaturesInner()

Creates an instance of NetworkFeaturesInner class.

Method Details

hybridConnections

public List hybridConnections()

Get the hybridConnections property: The Hybrid Connections summary view.

Returns:

the hybridConnections value.

hybridConnectionsV2

public List hybridConnectionsV2()

Get the hybridConnectionsV2 property: The Hybrid Connection V2 (Service Bus) view.

Returns:

the hybridConnectionsV2 value.

validate

public void validate()

Validates the instance.

Overrides:

NetworkFeaturesInner.validate()

virtualNetworkConnection

public VnetInfo virtualNetworkConnection()

Get the virtualNetworkConnection property: The Virtual Network summary view.

Returns:

the virtualNetworkConnection value.

virtualNetworkName

public String virtualNetworkName()

Get the virtualNetworkName property: The Virtual Network name.

Returns:

the virtualNetworkName value.

withKind

public NetworkFeaturesInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

NetworkFeaturesInner.withKind(String kind)

Parameters:

kind

Applies to