Class IntegrationRuntimeCustomerVirtualNetwork
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeCustomerVirtualNetwork
-
public final class IntegrationRuntimeCustomerVirtualNetwork extends Object
The definition and properties of virtual network to which Azure-SSIS integration runtime will join.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeCustomerVirtualNetwork()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
subnetId()
Get the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.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.
-
-
-
Method Detail
-
subnetId
public String subnetId()
Get the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.- Returns:
- the subnetId value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-