Class SignalRManager


  • public final class SignalRManager
    extends Object
    Entry point to SignalRManager. REST API for Azure SignalR Service.
    • Method Detail

      • authenticate

        public static SignalRManager authenticate​(com.azure.core.credential.TokenCredential credential,
                                                  com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of SignalR service API entry point.
        Parameters:
        credential - the credential to use.
        profile - the Azure profile for client.
        Returns:
        the SignalR service API instance.
      • authenticate

        public static SignalRManager authenticate​(com.azure.core.http.HttpPipeline httpPipeline,
                                                  com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of SignalR service API entry point.
        Parameters:
        httpPipeline - the HttpPipeline configured with Azure authentication credential.
        profile - the Azure profile for client.
        Returns:
        the SignalR service API instance.
      • configure

        public static SignalRManager.Configurable configure()
        Gets a Configurable instance that can be used to create SignalRManager with optional configuration.
        Returns:
        the Configurable instance allowing configurations.
      • operations

        public Operations operations()
        Returns:
        Resource collection API of Operations.
      • signalRs

        public SignalRs signalRs()
        Returns:
        Resource collection API of SignalRs.
      • usages

        public Usages usages()
        Returns:
        Resource collection API of Usages.
      • signalRCustomCertificates

        public SignalRCustomCertificates signalRCustomCertificates()
        Returns:
        Resource collection API of SignalRCustomCertificates.
      • signalRCustomDomains

        public SignalRCustomDomains signalRCustomDomains()
        Returns:
        Resource collection API of SignalRCustomDomains.
      • signalRPrivateEndpointConnections

        public SignalRPrivateEndpointConnections signalRPrivateEndpointConnections()
        Returns:
        Resource collection API of SignalRPrivateEndpointConnections.
      • signalRPrivateLinkResources

        public SignalRPrivateLinkResources signalRPrivateLinkResources()
        Returns:
        Resource collection API of SignalRPrivateLinkResources.
      • signalRSharedPrivateLinkResources

        public SignalRSharedPrivateLinkResources signalRSharedPrivateLinkResources()
        Returns:
        Resource collection API of SignalRSharedPrivateLinkResources.
      • serviceClient

        public SignalRManagementClient serviceClient()
        Returns:
        Wrapped service client SignalRManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.