Class PrivateEndpointProperty

java.lang.Object
com.microsoft.azure.management.cosmosdb.PrivateEndpointProperty

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

    • PrivateEndpointProperty

      public PrivateEndpointProperty()
  • Method Details

    • id

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

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