GetSignalRResult

data class GetSignalRResult(val cors: SignalRCorsSettingsResponse? = null, val disableAadAuth: Boolean? = null, val disableLocalAuth: Boolean? = null, val externalIP: String, val features: List<SignalRFeatureResponse>? = null, val hostName: String, val hostNamePrefix: String, val id: String, val identity: ManagedIdentityResponse? = null, val kind: String? = null, val liveTraceConfiguration: LiveTraceConfigurationResponse? = null, val location: String? = null, val name: String, val networkACLs: SignalRNetworkACLsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val publicPort: Int, val resourceLogConfiguration: ResourceLogConfigurationResponse? = null, val serverPort: Int, val serverless: ServerlessSettingsResponse? = null, val sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>, val sku: ResourceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tls: SignalRTlsSettingsResponse? = null, val type: String, val upstream: ServerlessUpstreamSettingsResponse? = null, val version: String)

A class represent a resource.

Constructors

Link copied to clipboard
constructor(cors: SignalRCorsSettingsResponse? = null, disableAadAuth: Boolean? = null, disableLocalAuth: Boolean? = null, externalIP: String, features: List<SignalRFeatureResponse>? = null, hostName: String, hostNamePrefix: String, id: String, identity: ManagedIdentityResponse? = null, kind: String? = null, liveTraceConfiguration: LiveTraceConfigurationResponse? = null, location: String? = null, name: String, networkACLs: SignalRNetworkACLsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, publicPort: Int, resourceLogConfiguration: ResourceLogConfigurationResponse? = null, serverPort: Int, serverless: ServerlessSettingsResponse? = null, sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>, sku: ResourceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tls: SignalRTlsSettingsResponse? = 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
val disableAadAuth: Boolean? = null

DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work.

Link copied to clipboard

DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work.

Link copied to clipboard

The publicly accessible IP of the resource.

Link copied to clipboard

List of the featureFlags. 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, its globally default value will be used 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 service instance.

Link copied to clipboard

Deprecated.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource.

Link copied to clipboard

A class represent managed identities used for request and response

Link copied to clipboard
val kind: String? = null

The kind of the service, it can be SignalR or RawWebSockets

Link copied to clipboard

Live trace configuration of a Microsoft.SignalRService resource.

Link copied to clipboard
val location: String? = null

The GEO location of the resource. 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 for the resource

Link copied to clipboard

Private endpoint connections to the resource.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

Enable or disable public network access. Default to "Enabled". When it's Enabled, network ACLs still apply. When it's Disabled, public network access is always disabled no matter what you set in network ACLs.

Link copied to clipboard

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

Link copied to clipboard

Resource log configuration of a Microsoft.SignalRService resource.

Link copied to clipboard

Serverless settings.

Link copied to clipboard

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

Link copied to clipboard

The list of shared private link resources.

Link copied to clipboard

The billing information of the resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

TLS settings for the resource

Link copied to clipboard

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

Link copied to clipboard

The settings for the Upstream when the service is in server-less mode.

Link copied to clipboard

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