GetServiceResult

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
constructor(id: String, identities: List<GetServiceIdentity>, name: String, partitionCount: Int, primaryKey: String, publicNetworkAccessEnabled: Boolean, queryKeys: List<GetServiceQueryKey>, replicaCount: Int, resourceGroupName: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The name of this Query Key.

Link copied to clipboard

The number of partitions which have been created.

Link copied to clipboard

The Primary Key used for Search Service Administration.

Link copied to clipboard

Whether or not public network access is enabled for this resource.

Link copied to clipboard

A query_keys block as defined below.

Link copied to clipboard

The number of replica's which have been created.

Link copied to clipboard
Link copied to clipboard

The Secondary Key used for Search Service Administration.