ManagedVirtualNetwork Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.ManagedVirtualNetwork

Implements

public final class ManagedVirtualNetwork
implements JsonSerializable<ManagedVirtualNetwork>

A managed Virtual Network associated with the Azure Data Factory.

Constructor Summary

Constructor Description
ManagedVirtualNetwork()

Creates an instance of ManagedVirtualNetwork class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.

String alias()

Get the alias property: Managed Virtual Network alias.

static ManagedVirtualNetwork fromJson(JsonReader jsonReader)

Reads an instance of ManagedVirtualNetwork from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String vNetId()

Get the vNetId property: Managed Virtual Network ID.

ManagedVirtualNetwork withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.

Methods inherited from java.lang.Object

Constructor Details

ManagedVirtualNetwork

public ManagedVirtualNetwork()

Creates an instance of ManagedVirtualNetwork class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.

Returns:

the additionalProperties value.

alias

public String alias()

Get the alias property: Managed Virtual Network alias.

Returns:

the alias value.

fromJson

public static ManagedVirtualNetwork fromJson(JsonReader jsonReader)

Reads an instance of ManagedVirtualNetwork from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ManagedVirtualNetwork.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

vNetId

public String vNetId()

Get the vNetId property: Managed Virtual Network ID.

Returns:

the vNetId value.

withAdditionalProperties

public ManagedVirtualNetwork withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: A managed Virtual Network associated with the Azure Data Factory.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ManagedVirtualNetwork object itself.

Applies to