GetServiceResult

data class GetServiceResult(val dataLocation: String, val hostname: String, val id: String, val name: String, val primaryConnectionString: String, val primaryKey: String, val resourceGroupName: String, val secondaryConnectionString: String, val secondaryKey: String, val tags: Map<String, String>)

A collection of values returned by getService.

Constructors

Link copied to clipboard
constructor(dataLocation: String, hostname: String, id: String, name: String, primaryConnectionString: String, primaryKey: String, resourceGroupName: String, secondaryConnectionString: String, secondaryKey: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location where the Communication service stores its data at rest.

Link copied to clipboard

The hostname of the Communication 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 primary connection string of the Communication Service.

Link copied to clipboard

The primary key of the Communication Service.

Link copied to clipboard
Link copied to clipboard

The secondary connection string of the Communication Service.

Link copied to clipboard

The secondary key of the Communication Service.

Link copied to clipboard

A mapping of tags assigned to the Communication Service.