VirtualNetworkProfile Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.VirtualNetworkProfile

public final class VirtualNetworkProfile

Virtual Network Profile.

Constructor Summary

Constructor Description
VirtualNetworkProfile()

Creates an instance of VirtualNetworkProfile class.

Method Summary

Modifier and Type Method and Description
String computeSubnetId()

Get the computeSubnetId property: Subnet ID used for computes in workspace.

void validate()

Validates the instance.

VirtualNetworkProfile withComputeSubnetId(String computeSubnetId)

Set the computeSubnetId property: Subnet ID used for computes in workspace.

Methods inherited from java.lang.Object

Constructor Details

VirtualNetworkProfile

public VirtualNetworkProfile()

Creates an instance of VirtualNetworkProfile class.

Method Details

computeSubnetId

public String computeSubnetId()

Get the computeSubnetId property: Subnet ID used for computes in workspace.

Returns:

the computeSubnetId value.

validate

public void validate()

Validates the instance.

withComputeSubnetId

public VirtualNetworkProfile withComputeSubnetId(String computeSubnetId)

Set the computeSubnetId property: Subnet ID used for computes in workspace.

Parameters:

computeSubnetId - the computeSubnetId value to set.

Returns:

the VirtualNetworkProfile object itself.

Applies to