IntegrationRuntimeCustomerVirtualNetwork Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. IntegrationRuntimeCustomerVirtualNetwork
- com.
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 Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
subnetId()
Get the subnet |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withSubnetId(String subnetId)
Set the subnet |
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:
Returns:
Throws:
subnetId
public String subnetId()
Get the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.
Returns:
toJson
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:
Returns: