Class PrivateEndpointConnectionResponse


  • public final class PrivateEndpointConnectionResponse
    extends java.lang.Object
    • Method Detail

      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • location

        public java.lang.String location()
        Returns:
        The geo-location where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • privateEndpoint

        public java.util.Optional<PrivateEndpointResponse> privateEndpoint()
        Returns:
        The Private Endpoint resource for this Connection.
      • privateLinkServiceConnectionState

        public java.util.Optional<ConnectionStateResponse> privateLinkServiceConnectionState()
        Returns:
        Details about the state of the connection.
      • provisioningState

        public java.util.Optional<java.lang.String> provisioningState()
        Returns:
        Provisioning state of the Private Endpoint Connection.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        The system meta data relating to this resource.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"