Class SignalRManager

java.lang.Object
com.azure.resourcemanager.signalr.SignalRManager

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

    • 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()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • signalRs

      public SignalRs signalRs()
      Gets the resource collection API of SignalRs. It manages SignalRResource.
      Returns:
      Resource collection API of SignalRs.
    • usages

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

      public SignalRCustomCertificates signalRCustomCertificates()
      Gets the resource collection API of SignalRCustomCertificates. It manages CustomCertificate.
      Returns:
      Resource collection API of SignalRCustomCertificates.
    • signalRCustomDomains

      public SignalRCustomDomains signalRCustomDomains()
      Gets the resource collection API of SignalRCustomDomains. It manages CustomDomain.
      Returns:
      Resource collection API of SignalRCustomDomains.
    • signalRPrivateEndpointConnections

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

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

      public SignalRSharedPrivateLinkResources signalRSharedPrivateLinkResources()
      Gets the resource collection API of SignalRSharedPrivateLinkResources. It manages SharedPrivateLinkResource.
      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.