Package-level declarations
Types
Link copied to clipboard
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
Builder for PrivateEndpointConnectionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for PrivateEndpointConnection.
Link copied to clipboard
object SearchFunctions
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
class ServiceArgsBuilder
Builder for ServiceArgs.
Link copied to clipboard
Link copied to clipboard
class ServiceResourceBuilder
Builder for Service.
Link copied to clipboard
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.
Link copied to clipboard
Builder for SharedPrivateLinkResourceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SharedPrivateLinkResource.
Functions
Link copied to clipboard
suspend fun privateEndpointConnection(name: String, block: suspend PrivateEndpointConnectionResourceBuilder.() -> Unit): PrivateEndpointConnection
Link copied to clipboard
suspend fun sharedPrivateLinkResource(name: String, block: suspend SharedPrivateLinkResourceResourceBuilder.() -> Unit): SharedPrivateLinkResource