Class IntegrationRuntimeCustomerVirtualNetwork
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeCustomerVirtualNetwork
The definition and properties of virtual network to which Azure-SSIS integration runtime will join.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeCustomerVirtualNetwork class. -
Method Summary
Modifier and TypeMethodDescriptionsubnetId()
Get the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.void
validate()
Validates the instance.withSubnetId
(String subnetId) Set the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.
-
Constructor Details
-
IntegrationRuntimeCustomerVirtualNetwork
public IntegrationRuntimeCustomerVirtualNetwork()Creates an instance of IntegrationRuntimeCustomerVirtualNetwork class.
-
-
Method Details
-
subnetId
Get the subnetId property: The ID of subnet to which Azure-SSIS integration runtime will join.- Returns:
- the subnetId value.
-
withSubnetId
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.
-