Package-level declarations

Types

Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class GetServicePlainArgs(val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<GetServicePlainArgs>
Link copied to clipboard
data class GetSharedPrivateLinkResourcePlainArgs(val resourceGroupName: String, val searchServiceName: String, val sharedPrivateLinkResourceName: String) : ConvertibleToJava<GetSharedPrivateLinkResourcePlainArgs>
Link copied to clipboard
data class IdentityArgs(val type: Output<IdentityType>) : ConvertibleToJava<IdentityArgs>

Identity for the resource.

Link copied to clipboard
Link copied to clipboard
data class IpRuleArgs(val value: Output<String>? = null) : ConvertibleToJava<IpRuleArgs>

The IP restriction rule of the Azure Cognitive Search service.

Link copied to clipboard

Builder for IpRuleArgs.

Link copied to clipboard
data class ListAdminKeyPlainArgs(val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<ListAdminKeyPlainArgs>
Link copied to clipboard
data class ListQueryKeyBySearchServicePlainArgs(val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<ListQueryKeyBySearchServicePlainArgs>
Link copied to clipboard
data class NetworkRuleSetArgs(val ipRules: Output<List<IpRuleArgs>>? = null) : ConvertibleToJava<NetworkRuleSetArgs>

Network specific rules that determine how the Azure Cognitive Search service may be reached.

Link copied to clipboard
Link copied to clipboard
data class PrivateEndpointConnectionPropertiesArgs(val privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>

Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.

data class PrivateEndpointConnectionPropertiesPrivateEndpointArgs(val id: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>

The private endpoint resource from Microsoft.Network provider.

data class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<PrivateLinkServiceConnectionStatus>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>

Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.

Link copied to clipboard
data class SharedPrivateLinkResourcePropertiesArgs(val groupId: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val provisioningState: Output<SharedPrivateLinkResourceProvisioningState>? = null, val requestMessage: Output<String>? = null, val resourceRegion: Output<String>? = null, val status: Output<SharedPrivateLinkResourceStatus>? = null) : ConvertibleToJava<SharedPrivateLinkResourcePropertiesArgs>

Describes the properties of an existing Shared Private Link Resource managed by the Azure Cognitive Search service.

Link copied to clipboard
data class SkuArgs(val name: Output<SkuName>? = null) : ConvertibleToJava<SkuArgs>

Defines the SKU of an Azure Cognitive Search Service, which determines price tier and capacity limits.

Link copied to clipboard

Builder for SkuArgs.