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
Link copied to clipboard
data class GetServicePlainArgs(val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<GetServicePlainArgs>
Link copied to clipboard
Builder for GetServicePlainArgs.
Link copied to clipboard
data class GetSharedPrivateLinkResourcePlainArgs(val resourceGroupName: String, val searchServiceName: String, val sharedPrivateLinkResourceName: String) : ConvertibleToJava<GetSharedPrivateLinkResourcePlainArgs>
Link copied to clipboard
Link copied to clipboard
Identity for the resource.
Link copied to clipboard
class IdentityArgsBuilder
Builder for IdentityArgs.
Link copied to clipboard
The IP restriction rule of the Azure Cognitive Search service.
Link copied to clipboard
class IpRuleArgsBuilder
Builder for IpRuleArgs.
Link copied to clipboard
data class ListAdminKeyPlainArgs(val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<ListAdminKeyPlainArgs>
Link copied to clipboard
Builder for ListAdminKeyPlainArgs.
Link copied to clipboard
data class ListQueryKeyBySearchServicePlainArgs(val resourceGroupName: String, val searchServiceName: String) : ConvertibleToJava<ListQueryKeyBySearchServicePlainArgs>
Link copied to clipboard
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
Builder for NetworkRuleSetArgs.
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.
Link copied to clipboard
Link copied to clipboard
data class PrivateEndpointConnectionPropertiesPrivateEndpointArgs(val id: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>
The private endpoint resource from Microsoft.Network provider.
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
class SkuArgsBuilder
Builder for SkuArgs.