SignalRResource interface

A class representing a resource.

Extends

Properties

applicationFirewall

Application firewall settings for the resource

cors

Cross-Origin Resource Sharing (CORS) settings.

disableAadAuth

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

disableLocalAuth

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.

hostName

FQDN of the service instance.

hostNamePrefix

Deprecated.

identity

A class represent managed identities used for request and response

kind

The kind of the service

liveTraceConfiguration

Live trace configuration of a Microsoft.SignalRService resource.

networkACLs

Network ACLs for the resource

privateEndpointConnections

Private endpoint connections to the resource.

provisioningState

Provisioning state of the resource.

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.

publicPort

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

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.

resourceLogConfiguration

Resource log configuration of a Microsoft.SignalRService resource.

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.

routeSettings

Route settings for the resource

serverless

Serverless settings.

serverPort

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

sharedPrivateLinkResources

The list of shared private link resources.

sku

The billing information of the resource.

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.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location

The geo-location where the resource lives

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

Resource tags.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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

identity

A class represent managed identities used for request and response

identity?: ManagedIdentity

Property Value

kind

The kind of the service

kind?: string

Property Value

string

liveTraceConfiguration

Live trace configuration of a Microsoft.SignalRService resource.

liveTraceConfiguration?: LiveTraceConfiguration

Property Value

networkACLs

Network ACLs for the resource

networkACLs?: SignalRNetworkACLs

Property Value

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

Route settings for the resource

routeSettings?: RouteSettings

Property Value

serverless

Serverless settings.

serverless?: ServerlessSettings

Property Value

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

sku

The billing information of the resource.

sku?: ResourceSku

Property Value

tls

TLS settings for the resource

tls?: SignalRTlsSettings

Property Value

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

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From TrackedResource.id

location

The geo-location where the resource lives

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource

name?: string

Property Value

string

Inherited From TrackedResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From TrackedResource.systemData

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From TrackedResource.tags

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From TrackedResource.type