SignalRArgs

constructor(cors: Output<SignalRCorsSettingsArgs>? = null, disableAadAuth: Output<Boolean>? = null, disableLocalAuth: Output<Boolean>? = null, features: Output<List<SignalRFeatureArgs>>? = null, identity: Output<ManagedIdentityArgs>? = null, kind: Output<Either<String, ServiceKind>>? = null, liveTraceConfiguration: Output<LiveTraceConfigurationArgs>? = null, location: Output<String>? = null, networkACLs: Output<SignalRNetworkACLsArgs>? = null, publicNetworkAccess: Output<String>? = null, regionEndpointEnabled: Output<String>? = null, resourceGroupName: Output<String>? = null, resourceLogConfiguration: Output<ResourceLogConfigurationArgs>? = null, resourceName: Output<String>? = null, resourceStopped: Output<String>? = null, serverless: Output<ServerlessSettingsArgs>? = null, sku: Output<ResourceSkuArgs>? = null, tags: Output<Map<String, String>>? = null, tls: Output<SignalRTlsSettingsArgs>? = null, upstream: Output<ServerlessUpstreamSettingsArgs>? = null)