Class PrivateEndpoint
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.PrivateEndpoint
-
public final class PrivateEndpoint extends Object
Private endpoint which a connection belongs to.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Get the id property: The resource Id for private endpoint.void
validate()
Validates the instance.PrivateEndpoint
withId(String id)
Set the id property: The resource Id for private endpoint.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The resource Id for private endpoint.- Returns:
- the id value.
-
withId
public PrivateEndpoint withId(String id)
Set the id property: The resource Id for private endpoint.- Parameters:
id
- the id value to set.- Returns:
- the PrivateEndpoint object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-