Get Service Result
data class GetServiceResult(val aadAuthEnabled: Boolean, val hostname: String, val id: String, val ipAddress: String, val localAuthEnabled: Boolean, val location: String, val name: String, val primaryAccessKey: String, val primaryConnectionString: String, val publicNetworkAccessEnabled: Boolean, val publicPort: Int, val resourceGroupName: String, val secondaryAccessKey: String, val secondaryConnectionString: String, val serverPort: Int, val serverlessConnectionTimeoutInSeconds: Int, val tags: Map<String, String>, val tlsClientCertEnabled: Boolean)
A collection of values returned by getService.
Constructors
Link copied to clipboard
constructor(aadAuthEnabled: Boolean, hostname: String, id: String, ipAddress: String, localAuthEnabled: Boolean, location: String, name: String, primaryAccessKey: String, primaryConnectionString: String, publicNetworkAccessEnabled: Boolean, publicPort: Int, resourceGroupName: String, secondaryAccessKey: String, secondaryConnectionString: String, serverPort: Int, serverlessConnectionTimeoutInSeconds: Int, tags: Map<String, String>, tlsClientCertEnabled: Boolean)
Properties
Link copied to clipboard
Is aad auth enabled for this SignalR service?
Link copied to clipboard
Is local auth enable for this SignalR serviced?
Link copied to clipboard
The primary access key of the SignalR service.
Link copied to clipboard
The primary connection string of the SignalR service.
Link copied to clipboard
Is public network access enabled for this SignalR service?
Link copied to clipboard
The publicly accessible port of the SignalR service which is designed for browser/client use.
Link copied to clipboard
Link copied to clipboard
The secondary access key of the SignalR service.
Link copied to clipboard
The secondary connection string of the SignalR service.
Link copied to clipboard
The serverless connection timeout of this SignalR service.
Link copied to clipboard
The publicly accessible port of the SignalR service which is designed for customer server side use.
Link copied to clipboard
Is tls client cert enabled for this SignalR service?