Class PrivateEndpointProperty
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.PrivateEndpointProperty
-
public final class PrivateEndpointProperty extends Object
The PrivateEndpointProperty model.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Resource id of the private endpoint.voidvalidate()Validates the instance.PrivateEndpointPropertywithId(String id)Set the id property: Resource id of the private endpoint.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Resource id of the private endpoint.- Returns:
- the id value.
-
withId
public PrivateEndpointProperty withId(String id)
Set the id property: Resource id of the private endpoint.- Parameters:
id- the id value to set.- Returns:
- the PrivateEndpointProperty object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-