GetSignalRResult

data class GetSignalRResult(val azureApiVersion: String, val cors: SignalRCorsSettingsResponse? = null, val disableAadAuth: Boolean? = null, val disableLocalAuth: Boolean? = null, val externalIP: String, val features: List<SignalRFeatureResponse>? = null, val hostName: String, val hostNamePrefix: String, val id: String, val identity: ManagedIdentityResponse? = null, val kind: String? = null, val liveTraceConfiguration: LiveTraceConfigurationResponse? = null, val location: String, val name: String, val networkACLs: SignalRNetworkACLsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val publicPort: Int, val regionEndpointEnabled: String? = null, val resourceLogConfiguration: ResourceLogConfigurationResponse? = null, val resourceStopped: String? = null, val serverPort: Int, val serverless: ServerlessSettingsResponse? = null, val sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>, val sku: ResourceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tls: SignalRTlsSettingsResponse? = null, val type: String, val upstream: ServerlessUpstreamSettingsResponse? = null, val version: String)

A class represent a resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, cors: SignalRCorsSettingsResponse? = null, disableAadAuth: Boolean? = null, disableLocalAuth: Boolean? = null, externalIP: String, features: List<SignalRFeatureResponse>? = null, hostName: String, hostNamePrefix: String, id: String, identity: ManagedIdentityResponse? = null, kind: String? = null, liveTraceConfiguration: LiveTraceConfigurationResponse? = null, location: String, name: String, networkACLs: SignalRNetworkACLsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, publicPort: Int, regionEndpointEnabled: String? = null, resourceLogConfiguration: ResourceLogConfigurationResponse? = null, resourceStopped: String? = null, serverPort: Int, serverless: ServerlessSettingsResponse? = null, sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>, sku: ResourceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tls: SignalRTlsSettingsResponse? = null, type: String, upstream: ServerlessUpstreamSettingsResponse? = null, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Cross-Origin Resource Sharing (CORS) settings.

Link copied to clipboard
val disableAadAuth: Boolean? = null

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

Link copied to clipboard

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

Link copied to clipboard

The publicly accessible IP of the resource.

Link copied to clipboard

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.

Link copied to clipboard

FQDN of the service instance.

Link copied to clipboard

Deprecated.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

A class represent managed identities used for request and response

Link copied to clipboard
val kind: String? = null

The kind of the service

Link copied to clipboard

Live trace configuration of a Microsoft.SignalRService resource.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Network ACLs for the resource

Link copied to clipboard

Private endpoint connections to the resource.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Resource log configuration of a Microsoft.SignalRService resource.

Link copied to clipboard
val resourceStopped: String? = null

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.

Link copied to clipboard

Serverless settings.

Link copied to clipboard

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

Link copied to clipboard

The list of shared private link resources.

Link copied to clipboard

The billing information of the resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

TLS settings for the resource

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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