Package-level declarations

Types

Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

Describes an existing Private Endpoint connection to the Azure Cognitive Search service. API Version: 2020-08-01.

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. API Version: 2020-08-01.

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

Describes an Azure Cognitive Search service and its current state. API Version: 2020-08-01.

Link copied to clipboard
data class ServiceArgs(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. API Version: 2020-08-01.

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. API Version: 2020-08-01.

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. API Version: 2020-08-01.