Package-level declarations

Types

Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

Describes an existing Private Endpoint connection to the Azure Cognitive Search service. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-08-01. Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val privateEndpointConnectionName: Output<String>? = null, val properties: Output<PrivateEndpointConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val searchServiceName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

Describes an existing Private Endpoint connection to the Azure Cognitive Search service. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-08-01. Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.

Link copied to clipboard
Link copied to clipboard
class Service : KotlinCustomResource

Describes an Azure Cognitive Search service and its current state. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-08-01. Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.

Link copied to clipboard
data class ServiceArgs(val authOptions: Output<DataPlaneAuthOptionsArgs>? = null, val disableLocalAuth: Output<Boolean>? = null, val encryptionWithCmk: Output<EncryptionWithCmkArgs>? = null, val hostingMode: Output<HostingMode>? = null, val identity: Output<IdentityArgs>? = null, val location: Output<String>? = null, val networkRuleSet: Output<NetworkRuleSetArgs>? = null, val partitionCount: Output<Int>? = null, val publicNetworkAccess: Output<PublicNetworkAccess>? = null, val replicaCount: Output<Int>? = null, val resourceGroupName: Output<String>? = null, val searchServiceName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ServiceArgs>

Describes an Azure Cognitive Search service and its current state. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-08-01. Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.

Link copied to clipboard
Link copied to clipboard
object ServiceMapper : ResourceMapper<Service>
Link copied to clipboard
Link copied to clipboard
class SharedPrivateLinkResource : KotlinCustomResource

Describes a Shared Private Link Resource managed by the Azure Cognitive Search service. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-08-01. Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.

Link copied to clipboard
data class SharedPrivateLinkResourceArgs(val properties: Output<SharedPrivateLinkResourcePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val searchServiceName: Output<String>? = null, val sharedPrivateLinkResourceName: Output<String>? = null) : ConvertibleToJava<SharedPrivateLinkResourceArgs>

Describes a Shared Private Link Resource managed by the Azure Cognitive Search service. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-08-01. Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.