Class PrivateEndpoint

java.lang.Object
com.microsoft.azure.management.containerservice.PrivateEndpoint

public class PrivateEndpoint extends Object
Private endpoint which a connection belongs to.
  • Constructor Details

    • PrivateEndpoint

      public PrivateEndpoint()
  • Method Details

    • id

      public String id()
      Get the resource Id for private endpoint.
      Returns:
      the id value
    • withId

      public PrivateEndpoint withId(String id)
      Set the resource Id for private endpoint.
      Parameters:
      id - the id value to set
      Returns:
      the PrivateEndpoint object itself.