Get Service Result
data class GetServiceResult(val customerManagedKeyEncryptionComplianceStatus: String, 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, val tags: Map<String, String>)
A collection of values returned by getService.
Constructors
Link copied to clipboard
constructor(customerManagedKeyEncryptionComplianceStatus: String, id: String, identities: List<GetServiceIdentity>, name: String, partitionCount: Int, primaryKey: String, publicNetworkAccessEnabled: Boolean, queryKeys: List<GetServiceQueryKey>, replicaCount: Int, resourceGroupName: String, secondaryKey: String, tags: Map<String, String>)
Properties
Link copied to clipboard
Describes whether the search service is compliant or not with respect to having non-customer encrypted resources. If a service has more than one non-customer encrypted resource and Enforcement
is enabled
then the service will be marked as NonCompliant
. If all the resources are customer encrypted, then the service will be marked as Compliant
.
Link copied to clipboard
An identity
block as defined below.
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.