Class PrivateEndpoint
- java.lang.Object
-
- com.azure.resourcemanager.keyvault.models.PrivateEndpoint
-
public final class PrivateEndpoint extends Object
Private endpoint object properties.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Full identifier of the private endpoint resource.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Full identifier of the private endpoint resource.- Returns:
- the id value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-