SignalRManager Class
- java.
lang. Object - com.
azure. resourcemanager. signalr. SignalRManager
- com.
public final class SignalRManager
Entry point to SignalRManager. REST API for Azure SignalR Service.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Signal |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of SignalR service API entry point. |
|
static
Signal |
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 Signal |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Signal |
serviceClient()
Gets wrapped service client Signal |
|
Signal |
signalRCustomCertificates()
Gets the resource collection API of Signal |
|
Signal |
signalRCustomDomains()
Gets the resource collection API of Signal |
|
Signal |
signalRPrivateEndpointConnections()
Gets the resource collection API of Signal |
|
Signal |
signalRPrivateLinkResources()
Gets the resource collection API of Signal |
|
Signal |
signalRs()
Gets the resource collection API of Signal |
|
Signal |
signalRSharedPrivateLinkResources()
Gets the resource collection API of Signal |
| 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:
Returns:
authenticate
public static SignalRManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of SignalR service API entry point.
Parameters:
Returns:
configure
public static SignalRManager.Configurable configure()
Gets a Configurable instance that can be used to create SignalRManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
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:
signalRCustomCertificates
public SignalRCustomCertificates signalRCustomCertificates()
Gets the resource collection API of SignalRCustomCertificates. It manages CustomCertificate.
Returns:
signalRCustomDomains
public SignalRCustomDomains signalRCustomDomains()
Gets the resource collection API of SignalRCustomDomains. It manages CustomDomain.
Returns:
signalRPrivateEndpointConnections
public SignalRPrivateEndpointConnections signalRPrivateEndpointConnections()
Gets the resource collection API of SignalRPrivateEndpointConnections.
Returns:
signalRPrivateLinkResources
public SignalRPrivateLinkResources signalRPrivateLinkResources()
Gets the resource collection API of SignalRPrivateLinkResources.
Returns:
signalRs
public SignalRs signalRs()
Gets the resource collection API of SignalRs. It manages SignalRResource.
Returns:
signalRSharedPrivateLinkResources
public SignalRSharedPrivateLinkResources signalRSharedPrivateLinkResources()
Gets the resource collection API of SignalRSharedPrivateLinkResources. It manages SharedPrivateLinkResource.
Returns:
usages
public Usages usages()
Gets the resource collection API of Usages.
Returns: