Get Signal RResult
data class GetSignalRResult(val cors: SignalRCorsSettingsResponse? = null, val externalIP: String, val features: List<SignalRFeatureResponse>? = null, val hostName: String, val hostNamePrefix: String, val id: String, val kind: String? = null, val location: String? = null, val name: String, val networkACLs: SignalRNetworkACLsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicPort: Int, val serverPort: Int, val sku: ResourceSkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val upstream: ServerlessUpstreamSettingsResponse? = null, val version: String)
A class represent a SignalR service resource.
Constructors
Link copied to clipboard
fun GetSignalRResult(cors: SignalRCorsSettingsResponse? = null, externalIP: String, features: List<SignalRFeatureResponse>? = null, hostName: String, hostNamePrefix: String, id: String, kind: String? = null, location: String? = null, name: String, networkACLs: SignalRNetworkACLsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicPort: Int, serverPort: Int, sku: ResourceSkuResponse? = null, tags: Map<String, String>? = null, type: String, upstream: ServerlessUpstreamSettingsResponse? = null, version: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
List of SignalR featureFlags. e.g. ServiceMode. 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, SignalR service will use its globally default value. But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard