Get Signal RResult
data class GetSignalRResult(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? = null, val name: String, val networkACLs: SignalRNetworkACLsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val publicPort: Int, val resourceLogConfiguration: ResourceLogConfigurationResponse? = 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
fun GetSignalRResult(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? = null, name: String, networkACLs: SignalRNetworkACLsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, publicPort: Int, resourceLogConfiguration: ResourceLogConfigurationResponse? = 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
Properties
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard