Class PrivateEndpointInner


  • public final class PrivateEndpointInner
    extends com.azure.core.management.ProxyResource
    Complete information about the private endpoint.
    • Constructor Detail

      • PrivateEndpointInner

        public PrivateEndpointInner()
    • Method Detail

      • etag

        public String etag()
        Get the etag property: Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests.
        Returns:
        the etag value.
      • createdDate

        public String createdDate()
        Get the createdDate property: The date when this private endpoint was created.
        Returns:
        the createdDate value.
      • manualPrivateLinkServiceConnections

        public List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections()
        Get the manualPrivateLinkServiceConnections property: A list of connections to the remote resource. Immutable after it is set.
        Returns:
        the manualPrivateLinkServiceConnections value.
      • withManualPrivateLinkServiceConnections

        public PrivateEndpointInner withManualPrivateLinkServiceConnections​(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)
        Set the manualPrivateLinkServiceConnections property: A list of connections to the remote resource. Immutable after it is set.
        Parameters:
        manualPrivateLinkServiceConnections - the manualPrivateLinkServiceConnections value to set.
        Returns:
        the PrivateEndpointInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.