IntegrationRuntimeVNetProperties Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.IntegrationRuntimeVNetProperties

public final class IntegrationRuntimeVNetProperties

VNet properties for managed integration runtime.

Constructor Summary

Constructor Description
IntegrationRuntimeVNetProperties()

Creates an instance of IntegrationRuntimeVNetProperties class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: VNet properties for managed integration runtime.

List<String> getPublicIPs()

Get the publicIPs property: Resource IDs of the public IP addresses that this integration runtime will use.

String getSubnet()

Get the subnet property: The name of the subnet this integration runtime will join.

String getVNetId()

Get the vNetId property: The ID of the VNet that this integration runtime will join.

IntegrationRuntimeVNetProperties setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: VNet properties for managed integration runtime.

IntegrationRuntimeVNetProperties setPublicIPs(List<String> publicIPs)

Set the publicIPs property: Resource IDs of the public IP addresses that this integration runtime will use.

IntegrationRuntimeVNetProperties setSubnet(String subnet)

Set the subnet property: The name of the subnet this integration runtime will join.

IntegrationRuntimeVNetProperties setVNetId(String vNetId)

Set the vNetId property: The ID of the VNet that this integration runtime will join.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeVNetProperties

public IntegrationRuntimeVNetProperties()

Creates an instance of IntegrationRuntimeVNetProperties class.

Method Details

getAdditionalProperties

public Map getAdditionalProperties()

Get the additionalProperties property: VNet properties for managed integration runtime.

Returns:

the additionalProperties value.

getPublicIPs

public List getPublicIPs()

Get the publicIPs property: Resource IDs of the public IP addresses that this integration runtime will use.

Returns:

the publicIPs value.

getSubnet

public String getSubnet()

Get the subnet property: The name of the subnet this integration runtime will join.

Returns:

the subnet value.

getVNetId

public String getVNetId()

Get the vNetId property: The ID of the VNet that this integration runtime will join.

Returns:

the vNetId value.

setAdditionalProperties

public IntegrationRuntimeVNetProperties setAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: VNet properties for managed integration runtime.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the IntegrationRuntimeVNetProperties object itself.

setPublicIPs

public IntegrationRuntimeVNetProperties setPublicIPs(List publicIPs)

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.

setSubnet

public IntegrationRuntimeVNetProperties setSubnet(String subnet)

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.

setVNetId

public IntegrationRuntimeVNetProperties setVNetId(String vNetId)

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.

Applies to