SignalRManager Class

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

public final class SignalRManager

Entry point to SignalRManager. REST API for Azure SignalR Service.

Method Summary

Modifier and Type Method and Description
static SignalRManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of SignalR service API entry point.

static SignalRManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of SignalR service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create SignalRManager with optional configuration.

Operations operations()

Gets the resource collection API of Operations.

SignalRManagementClient serviceClient()

Gets wrapped service client SignalRManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

SignalRCustomCertificates signalRCustomCertificates()

Gets the resource collection API of SignalRCustomCertificates.

SignalRCustomDomains signalRCustomDomains()

Gets the resource collection API of SignalRCustomDomains.

SignalRPrivateEndpointConnections signalRPrivateEndpointConnections()

Gets the resource collection API of SignalRPrivateEndpointConnections.

SignalRPrivateLinkResources signalRPrivateLinkResources()

Gets the resource collection API of SignalRPrivateLinkResources.

SignalRs signalRs()

Gets the resource collection API of SignalRs.

SignalRSharedPrivateLinkResources signalRSharedPrivateLinkResources()

Gets the resource collection API of SignalRSharedPrivateLinkResources.

Usages usages()

Gets the resource collection API of Usages.

Methods inherited from java.lang.Object

Method Details

authenticate

public static SignalRManager authenticate(HttpPipeline httpPipeline, 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.

authenticate

public static SignalRManager authenticate(TokenCredential credential, 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.

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.

serviceClient

public SignalRManagementClient serviceClient()

Gets wrapped service client SignalRManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client SignalRManagementClient.

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.

signalRs

public SignalRs signalRs()

Gets the resource collection API of SignalRs. It manages SignalRResource.

Returns:

Resource collection API of SignalRs.

signalRSharedPrivateLinkResources

public SignalRSharedPrivateLinkResources signalRSharedPrivateLinkResources()

Gets the resource collection API of SignalRSharedPrivateLinkResources. It manages SharedPrivateLinkResource.

Returns:

Resource collection API of SignalRSharedPrivateLinkResources.

usages

public Usages usages()

Gets the resource collection API of Usages.

Returns:

Resource collection API of Usages.

Applies to