Class PrivateEndpointConnectionInner


  • public final class PrivateEndpointConnectionInner
    extends AzureEntityResource
    The Private Endpoint Connection resource.
    • Constructor Detail

      • PrivateEndpointConnectionInner

        public PrivateEndpointConnectionInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • location

        public String location()
        Get the location property: The location of the private endpoint connection.
        Returns:
        the location value.
      • withLocation

        public PrivateEndpointConnectionInner withLocation​(String location)
        Set the location property: The location of the private endpoint connection.
        Parameters:
        location - the location value to set.
        Returns:
        the PrivateEndpointConnectionInner object itself.