Class IntegrationRuntimeVNetProperties
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeVNetProperties
VNet properties for managed integration runtime.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeVNetProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: VNet properties for managed integration runtime.Get the publicIPs property: Resource IDs of the public IP addresses that this integration runtime will use.subnet()
Get the subnet property: The name of the subnet this integration runtime will join.subnetId()
Get the subnetId property: The ID of subnet, to which this Azure-SSIS integration runtime will be joined.void
validate()
Validates the instance.vNetId()
Get the vNetId property: The ID of the VNet that this integration runtime will join.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: VNet properties for managed integration runtime.withPublicIPs
(List<String> publicIPs) Set the publicIPs property: Resource IDs of the public IP addresses that this integration runtime will use.withSubnet
(String subnet) Set the subnet property: The name of the subnet this integration runtime will join.withSubnetId
(String subnetId) Set the subnetId property: The ID of subnet, to which this Azure-SSIS integration runtime will be joined.withVNetId
(String vNetId) Set the vNetId property: The ID of the VNet that this integration runtime will join.
-
Constructor Details
-
IntegrationRuntimeVNetProperties
public IntegrationRuntimeVNetProperties()Creates an instance of IntegrationRuntimeVNetProperties class.
-
-
Method Details
-
vNetId
Get the vNetId property: The ID of the VNet that this integration runtime will join.- Returns:
- the vNetId value.
-
withVNetId
Set the vNetId property: The ID of the VNet that this integration runtime will join.- Parameters:
vNetId
- the vNetId value to set.- Returns:
- the IntegrationRuntimeVNetProperties object itself.
-
subnet
Get the subnet property: The name of the subnet this integration runtime will join.- Returns:
- the subnet value.
-
withSubnet
Set the subnet property: The name of the subnet this integration runtime will join.- Parameters:
subnet
- the subnet value to set.- Returns:
- the IntegrationRuntimeVNetProperties object itself.
-
publicIPs
Get the publicIPs property: Resource IDs of the public IP addresses that this integration runtime will use.- Returns:
- the publicIPs value.
-
withPublicIPs
Set the publicIPs property: Resource IDs of the public IP addresses that this integration runtime will use.- Parameters:
publicIPs
- the publicIPs value to set.- Returns:
- the IntegrationRuntimeVNetProperties object itself.
-
subnetId
Get the subnetId property: The ID of subnet, to which this Azure-SSIS integration runtime will be joined.- Returns:
- the subnetId value.
-
withSubnetId
Set the subnetId property: The ID of subnet, to which this Azure-SSIS integration runtime will be joined.- Parameters:
subnetId
- the subnetId value to set.- Returns:
- the IntegrationRuntimeVNetProperties object itself.
-
additionalProperties
Get the additionalProperties property: VNet properties for managed integration runtime.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public IntegrationRuntimeVNetProperties withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: VNet properties for managed integration runtime.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the IntegrationRuntimeVNetProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-