Class PrivateEndpointProperty

java.lang.Object
com.azure.resourcemanager.automation.models.PrivateEndpointProperty

public final class PrivateEndpointProperty extends Object
Private endpoint which the connection belongs to.
  • Constructor Details

    • PrivateEndpointProperty

      public PrivateEndpointProperty()
  • Method Details

    • 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.