Class LabPlanNetworkProfile
java.lang.Object
com.azure.resourcemanager.labservices.models.LabPlanNetworkProfile
Profile for how to handle networking for Lab Plans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsubnetId()
Get the subnetId property: The external subnet resource id.void
validate()
Validates the instance.withSubnetId
(String subnetId) Set the subnetId property: The external subnet resource id.
-
Constructor Details
-
LabPlanNetworkProfile
public LabPlanNetworkProfile()
-
-
Method Details
-
subnetId
Get the subnetId property: The external subnet resource id.- Returns:
- the subnetId value.
-
withSubnetId
Set the subnetId property: The external subnet resource id.- Parameters:
subnetId
- the subnetId value to set.- Returns:
- the LabPlanNetworkProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-