Get Service Result
data class GetServiceResult(val id: String, val identities: List<GetServiceIdentity>, val name: String, val partitionCount: Int, val primaryKey: String, val publicNetworkAccessEnabled: Boolean, val queryKeys: List<GetServiceQueryKey>, val replicaCount: Int, val resourceGroupName: String, val secondaryKey: String)
A collection of values returned by getService.
Constructors
Link copied to clipboard
fun GetServiceResult(id: String, identities: List<GetServiceIdentity>, name: String, partitionCount: Int, primaryKey: String, publicNetworkAccessEnabled: Boolean, queryKeys: List<GetServiceQueryKey>, replicaCount: Int, resourceGroupName: String, secondaryKey: String)