Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
data class ServiceIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard