Interface PrivateEndpoint


  • public interface PrivateEndpoint
    An immutable client-side representation of PrivateEndpoint.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • etag

        String etag()
        Gets 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

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

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

        PrivateEndpointInner innerModel()
        Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.PrivateEndpointInner object.
        Returns:
        the inner object.
      • update

        PrivateEndpoint.Update update()
        Begins update for the PrivateEndpoint resource.
        Returns:
        the stage of resource update.
      • refresh

        PrivateEndpoint refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        PrivateEndpoint refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.