Package version:

Interface WebPubSubResource

A class represent a resource.

Hierarchy

Properties

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.

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

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?: WebPubSubNetworkACLs

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.

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.

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