GetSignalRResult

data class GetSignalRResult(val cors: SignalRCorsSettingsResponse? = null, val externalIP: String, val features: List<SignalRFeatureResponse>? = null, val hostName: String, val hostNamePrefix: String, val id: String, val kind: String? = null, val location: String? = null, val name: String, val networkACLs: SignalRNetworkACLsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicPort: Int, val serverPort: Int, val sku: ResourceSkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val upstream: ServerlessUpstreamSettingsResponse? = null, val version: String)

A class represent a SignalR service resource.

Constructors

Link copied to clipboard
constructor(cors: SignalRCorsSettingsResponse? = null, externalIP: String, features: List<SignalRFeatureResponse>? = null, hostName: String, hostNamePrefix: String, id: String, kind: String? = null, location: String? = null, name: String, networkACLs: SignalRNetworkACLsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicPort: Int, serverPort: Int, sku: ResourceSkuResponse? = null, tags: Map<String, String>? = null, type: String, upstream: ServerlessUpstreamSettingsResponse? = null, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cross-Origin Resource Sharing (CORS) settings.

Link copied to clipboard

The publicly accessible IP of the SignalR service.

Link copied to clipboard

List of SignalR featureFlags. e.g. ServiceMode. FeatureFlags that are not included in the parameters for the update operation will not be modified. And the response will only include featureFlags that are explicitly set. When a featureFlag is not explicitly set, SignalR service will use its globally default value. But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.

Link copied to clipboard

FQDN of the SignalR service instance. Format: xxx.service.signalr.net

Link copied to clipboard

Prefix for the hostName of the SignalR service. Retained for future use. The hostname will be of format: .service.signalr.net.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource.

Link copied to clipboard
val kind: String? = null

The kind of the service - e.g. "SignalR", or "RawWebSockets" for "Microsoft.SignalRService/SignalR"

Link copied to clipboard
val location: String? = null

The GEO location of the SignalR service. e.g. West US | East US | North Central US | South Central US.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Network ACLs

Link copied to clipboard

Private endpoint connections to the SignalR resource.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

The publicly accessible port of the SignalR service which is designed for browser/client side usage.

Link copied to clipboard

The publicly accessible port of the SignalR service which is designed for customer server side usage.

Link copied to clipboard

The billing information of the resource.(e.g. Free, Standard)

Link copied to clipboard
val tags: Map<String, String>? = null

Tags of the service which is a list of key value pairs that describe the resource.

Link copied to clipboard

The type of the resource - e.g. "Microsoft.SignalRService/SignalR"

Link copied to clipboard

Upstream settings when the Azure SignalR is in server-less mode.

Link copied to clipboard

Version of the SignalR resource. Probably you need the same or higher version of client SDKs.