Condividi tramite


NetworkFeaturesInner Class

public final class NetworkFeaturesInner
extends ProxyResource

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

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 kind()

Get the kind property: Kind of resource.

String name()

Get the name property: The name of the resource.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

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<RelayServiceConnectionEntityInner> hybridConnections()

Get the hybridConnections property: The Hybrid Connections summary view.

Returns:

the hybridConnections value.

hybridConnectionsV2

public List<HybridConnectionInner> 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.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

NetworkFeaturesInner.name()

Returns:

the name value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData 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.

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.

Applies to