SignalRData Class

Definition

A class representing the SignalR data model. A class represent a resource.

public class SignalRData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SignalR.SignalRData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SignalR.SignalRData>
public class SignalRData : Azure.ResourceManager.Models.TrackedResourceData
type SignalRData = class
    inherit TrackedResourceData
    interface IJsonModel<SignalRData>
    interface IPersistableModel<SignalRData>
type SignalRData = class
    inherit TrackedResourceData
Public Class SignalRData
Inherits TrackedResourceData
Implements IJsonModel(Of SignalRData), IPersistableModel(Of SignalRData)
Public Class SignalRData
Inherits TrackedResourceData
Inheritance
Implements

Constructors

SignalRData(AzureLocation)

Initializes a new instance of SignalRData.

Properties

CorsAllowedOrigins

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.

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.

Id

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

(Inherited from ResourceData)
Identity

A class represent managed identities used for request and response. Current supported identity types: None, SystemAssigned, UserAssigned.

IsClientCertEnabled

Request client certificate during TLS handshake if enabled.

Kind

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

LiveTraceConfiguration

Live trace configuration of a Microsoft.SignalRService resource.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
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.

ResourceLogCategories

Gets or sets the list of category configurations.

ResourceType

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

(Inherited from ResourceData)
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.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
UpstreamTemplates

Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.

Version

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

Explicit Interface Implementations

IJsonModel<SignalRData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SignalRData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SignalRData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to