VirtualNetworkProfile Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. VirtualNetworkProfile
- com.
Implements
public final class VirtualNetworkProfile
implements JsonSerializable<VirtualNetworkProfile>
Virtual Network Profile.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualNetworkProfile() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
computeSubnetId()
Get the compute |
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Virtual |
withComputeSubnetId(String computeSubnetId)
Set the compute |
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:
fromJson
public static VirtualNetworkProfile fromJson(JsonReader jsonReader)
Reads an instance of VirtualNetworkProfile from the JsonReader.
Parameters:
Returns:
Throws:
toJson
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:
Returns: