SignalRProperties interface
A class that describes the properties of the resource
Properties
| application |
Application firewall settings for the resource |
| cors | Cross-Origin Resource Sharing (CORS) settings. |
| disable |
DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work. |
| disable |
DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work. |
| externalIP | The publicly accessible IP of the resource. |
| features | 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. |
| host |
FQDN of the service instance. |
| host |
Deprecated. |
| live |
Live trace configuration of a Microsoft.SignalRService resource. |
| network |
Network ACLs for the resource |
| private |
Private endpoint connections to the resource. |
| provisioning |
Provisioning state of the resource. |
| public |
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. |
| public |
The publicly accessible port of the resource which is designed for browser/client side usage. |
| region |
Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected. This property is replica specific. Disable the regional endpoint without replica is not allowed. |
| resource |
Resource log configuration of a Microsoft.SignalRService resource. |
| resource |
Stop or start the resource. Default to "False". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started. |
| route |
Route settings for the resource |
| serverless | Serverless settings. |
| server |
The publicly accessible port of the resource which is designed for customer server side usage. |
| shared |
The list of shared private link resources. |
| tls | TLS settings for the resource |
| upstream | The settings for the Upstream when the service is in server-less mode. |
| version | Version of the resource. Probably you need the same or higher version of client SDKs. |
Property Details
applicationFirewall
Application firewall settings for the resource
applicationFirewall?: ApplicationFirewallSettings
Property Value
cors
Cross-Origin Resource Sharing (CORS) settings.
cors?: SignalRCorsSettings
Property Value
disableAadAuth
DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work.
disableAadAuth?: boolean
Property Value
boolean
disableLocalAuth
DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work.
disableLocalAuth?: boolean
Property Value
boolean
externalIP
The publicly accessible IP of the resource.
externalIP?: string
Property Value
string
features
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.
features?: SignalRFeature[]
Property Value
hostName
FQDN of the service instance.
hostName?: string
Property Value
string
hostNamePrefix
Deprecated.
hostNamePrefix?: string
Property Value
string
liveTraceConfiguration
Live trace configuration of a Microsoft.SignalRService resource.
liveTraceConfiguration?: LiveTraceConfiguration
Property Value
networkACLs
privateEndpointConnections
Private endpoint connections to the resource.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
publicNetworkAccess
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.
publicNetworkAccess?: string
Property Value
string
publicPort
The publicly accessible port of the resource which is designed for browser/client side usage.
publicPort?: number
Property Value
number
regionEndpointEnabled
Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected. This property is replica specific. Disable the regional endpoint without replica is not allowed.
regionEndpointEnabled?: string
Property Value
string
resourceLogConfiguration
Resource log configuration of a Microsoft.SignalRService resource.
resourceLogConfiguration?: ResourceLogConfiguration
Property Value
resourceStopped
Stop or start the resource. Default to "False". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started.
resourceStopped?: string
Property Value
string
routeSettings
serverless
serverPort
The publicly accessible port of the resource which is designed for customer server side usage.
serverPort?: number
Property Value
number
sharedPrivateLinkResources
The list of shared private link resources.
sharedPrivateLinkResources?: SharedPrivateLinkResource[]
Property Value
tls
upstream
The settings for the Upstream when the service is in server-less mode.
upstream?: ServerlessUpstreamSettings
Property Value
version
Version of the resource. Probably you need the same or higher version of client SDKs.
version?: string
Property Value
string