GetServiceResult

data class GetServiceResult(val aadAuthEnabled: Boolean, val capacity: Int, val externalIp: String, val hostname: String, val id: 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 sku: String, val tags: Map<String, String>, val tlsClientCertEnabled: Boolean, val version: String)

A collection of values returned by getService.

Constructors

Link copied to clipboard
constructor(aadAuthEnabled: Boolean, capacity: Int, externalIp: String, hostname: String, id: String, localAuthEnabled: Boolean, location: String, name: String, primaryAccessKey: String, primaryConnectionString: String, publicNetworkAccessEnabled: Boolean, publicPort: Int, resourceGroupName: String, secondaryAccessKey: String, secondaryConnectionString: String, serverPort: Int, sku: String, tags: Map<String, String>, tlsClientCertEnabled: Boolean, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The FQDN of the Web Pubsub service.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The Azure location where the Web Pubsub service exists.

Link copied to clipboard
Link copied to clipboard

The primary access key of the Web Pubsub service.

Link copied to clipboard

The primary connection string of the Web Pubsub service.

Link copied to clipboard

The publicly accessible port of the Web Pubsub service which is designed for browser/client use.

Link copied to clipboard
Link copied to clipboard

The secondary access key of the Web Pubsub service.

Link copied to clipboard

The secondary connection string of the Web Pubsub service.

Link copied to clipboard

The publicly accessible port of the Web Pubsub service which is designed for customer server side use.

Link copied to clipboard
val sku: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard