Get Service Result
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
Properties
Link copied to clipboard
The location where the Communication service stores its data at rest.
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.