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
static NetworkFeaturesInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkFeaturesInner from the JsonReader.

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.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

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 ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

NetworkFeaturesInner

public NetworkFeaturesInner()

Creates an instance of NetworkFeaturesInner class.

Method Details

fromJson

public static NetworkFeaturesInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkFeaturesInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of NetworkFeaturesInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

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.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

NetworkFeaturesInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

NetworkFeaturesInner.name()

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

NetworkFeaturesInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

NetworkFeaturesInner.type()

Returns:

the type 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