Package version:

Interface SignalRResource

A class represent a resource.

Hierarchy

Properties

Cross-Origin Resource Sharing (CORS) settings.

disableAadAuth?: boolean

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

disableLocalAuth?: boolean

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

externalIP?: string

The publicly accessible IP of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

features?: SignalRFeature[]

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.

hostName?: string

FQDN of the service instance. NOTE: This property will not be serialized. It can only be populated by the server.

hostNamePrefix?: string

Deprecated. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Fully qualified resource Id for the resource. NOTE: This property will not be serialized. It can only be populated by the server.

identity?: ManagedIdentity

A class represent managed identities used for request and response

kind?: string

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

liveTraceConfiguration?: LiveTraceConfiguration

Live trace configuration of a Microsoft.SignalRService resource.

location?: string

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

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

networkACLs?: SignalRNetworkACLs

Network ACLs for the resource

privateEndpointConnections?: PrivateEndpointConnection[]

Private endpoint connections to the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

publicNetworkAccess?: string

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.

publicPort?: number

The publicly accessible port of the resource which is designed for browser/client side usage. NOTE: This property will not be serialized. It can only be populated by the server.

resourceLogConfiguration?: ResourceLogConfiguration

Resource log configuration of a Microsoft.SignalRService resource.

serverPort?: number

The publicly accessible port of the resource which is designed for customer server side usage. NOTE: This property will not be serialized. It can only be populated by the server.

serverless?: ServerlessSettings

Serverless settings.

sharedPrivateLinkResources?: SharedPrivateLinkResource[]

The list of shared private link resources. NOTE: This property will not be serialized. It can only be populated by the server.

The billing information of the resource.

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

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

Type declaration

  • [propertyName: string]: string

TLS settings for the resource

type?: string

The type of the resource - e.g. "Microsoft.SignalRService/SignalR" NOTE: This property will not be serialized. It can only be populated by the server.

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

version?: string

Version of the resource. Probably you need the same or higher version of client SDKs. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc