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 Details

    • IntegrationRuntimeCustomerVirtualNetwork

      public IntegrationRuntimeCustomerVirtualNetwork()
  • Method Details

    • 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.