IntegrationRuntimeCustomerVirtualNetwork Class

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

Implements

public final class IntegrationRuntimeCustomerVirtualNetwork
implements JsonSerializable<IntegrationRuntimeCustomerVirtualNetwork>

The definition and properties of virtual network to which Azure-SSIS integration runtime will join.

Constructor Summary

Constructor Description
IntegrationRuntimeCustomerVirtualNetwork()

Creates an instance of IntegrationRuntimeCustomerVirtualNetwork class.

Method Summary

Modifier and Type Method and Description
static IntegrationRuntimeCustomerVirtualNetwork fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeCustomerVirtualNetwork from the JsonReader.

String subnetId()

Get the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IntegrationRuntimeCustomerVirtualNetwork withSubnetId(String subnetId)

Set the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeCustomerVirtualNetwork

public IntegrationRuntimeCustomerVirtualNetwork()

Creates an instance of IntegrationRuntimeCustomerVirtualNetwork class.

Method Details

fromJson

public static IntegrationRuntimeCustomerVirtualNetwork fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeCustomerVirtualNetwork from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IntegrationRuntimeCustomerVirtualNetwork 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 IntegrationRuntimeCustomerVirtualNetwork.

subnetId

public String subnetId()

Get the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.

Returns:

the subnetId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSubnetId

public IntegrationRuntimeCustomerVirtualNetwork withSubnetId(String subnetId)

Set the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.

Parameters:

subnetId - the subnetId value to set.

Returns:

the IntegrationRuntimeCustomerVirtualNetwork object itself.

Applies to