com.pulumi.azurenative.search.SearchFunctions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.search;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.search.inputs.GetPrivateEndpointConnectionArgs;
import com.pulumi.azurenative.search.inputs.GetPrivateEndpointConnectionPlainArgs;
import com.pulumi.azurenative.search.inputs.GetServiceArgs;
import com.pulumi.azurenative.search.inputs.GetServicePlainArgs;
import com.pulumi.azurenative.search.inputs.GetSharedPrivateLinkResourceArgs;
import com.pulumi.azurenative.search.inputs.GetSharedPrivateLinkResourcePlainArgs;
import com.pulumi.azurenative.search.inputs.ListAdminKeyArgs;
import com.pulumi.azurenative.search.inputs.ListAdminKeyPlainArgs;
import com.pulumi.azurenative.search.inputs.ListQueryKeyBySearchServiceArgs;
import com.pulumi.azurenative.search.inputs.ListQueryKeyBySearchServicePlainArgs;
import com.pulumi.azurenative.search.outputs.GetPrivateEndpointConnectionResult;
import com.pulumi.azurenative.search.outputs.GetServiceResult;
import com.pulumi.azurenative.search.outputs.GetSharedPrivateLinkResourceResult;
import com.pulumi.azurenative.search.outputs.ListAdminKeyResult;
import com.pulumi.azurenative.search.outputs.ListQueryKeyBySearchServiceResult;
import com.pulumi.core.Output;
import com.pulumi.core.TypeShape;
import com.pulumi.deployment.Deployment;
import com.pulumi.deployment.InvokeOptions;
import java.util.concurrent.CompletableFuture;
public final class SearchFunctions {
/**
* Gets the details of the private endpoint connection to the search service in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2019-10-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args) {
return getPrivateEndpointConnection(args, InvokeOptions.Empty);
}
/**
* Gets the details of the private endpoint connection to the search service in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2019-10-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args) {
return getPrivateEndpointConnectionPlain(args, InvokeOptions.Empty);
}
/**
* Gets the details of the private endpoint connection to the search service in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2019-10-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:search:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the details of the private endpoint connection to the search service in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2019-10-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:search:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the search service with the given name in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output getService(GetServiceArgs args) {
return getService(args, InvokeOptions.Empty);
}
/**
* Gets the search service with the given name in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture getServicePlain(GetServicePlainArgs args) {
return getServicePlain(args, InvokeOptions.Empty);
}
/**
* Gets the search service with the given name in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output getService(GetServiceArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:search:getService", TypeShape.of(GetServiceResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the search service with the given name in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture getServicePlain(GetServicePlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:search:getService", TypeShape.of(GetServiceResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output getSharedPrivateLinkResource(GetSharedPrivateLinkResourceArgs args) {
return getSharedPrivateLinkResource(args, InvokeOptions.Empty);
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture getSharedPrivateLinkResourcePlain(GetSharedPrivateLinkResourcePlainArgs args) {
return getSharedPrivateLinkResourcePlain(args, InvokeOptions.Empty);
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output getSharedPrivateLinkResource(GetSharedPrivateLinkResourceArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:search:getSharedPrivateLinkResource", TypeShape.of(GetSharedPrivateLinkResourceResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture getSharedPrivateLinkResourcePlain(GetSharedPrivateLinkResourcePlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:search:getSharedPrivateLinkResource", TypeShape.of(GetSharedPrivateLinkResourceResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-02-28, 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output listAdminKey(ListAdminKeyArgs args) {
return listAdminKey(args, InvokeOptions.Empty);
}
/**
* Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-02-28, 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture listAdminKeyPlain(ListAdminKeyPlainArgs args) {
return listAdminKeyPlain(args, InvokeOptions.Empty);
}
/**
* Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-02-28, 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output listAdminKey(ListAdminKeyArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:search:listAdminKey", TypeShape.of(ListAdminKeyResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2015-02-28, 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture listAdminKeyPlain(ListAdminKeyPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:search:listAdminKey", TypeShape.of(ListAdminKeyResult.class), args, Utilities.withVersion(options));
}
/**
* Returns the list of query API keys for the given Azure Cognitive Search service.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output listQueryKeyBySearchService(ListQueryKeyBySearchServiceArgs args) {
return listQueryKeyBySearchService(args, InvokeOptions.Empty);
}
/**
* Returns the list of query API keys for the given Azure Cognitive Search service.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture listQueryKeyBySearchServicePlain(ListQueryKeyBySearchServicePlainArgs args) {
return listQueryKeyBySearchServicePlain(args, InvokeOptions.Empty);
}
/**
* Returns the list of query API keys for the given Azure Cognitive Search service.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static Output listQueryKeyBySearchService(ListQueryKeyBySearchServiceArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:search:listQueryKeyBySearchService", TypeShape.of(ListQueryKeyBySearchServiceResult.class), args, Utilities.withVersion(options));
}
/**
* Returns the list of query API keys for the given Azure Cognitive Search service.
* Azure REST API version: 2022-09-01.
*
* Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
*
*/
public static CompletableFuture listQueryKeyBySearchServicePlain(ListQueryKeyBySearchServicePlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:search:listQueryKeyBySearchService", TypeShape.of(ListQueryKeyBySearchServiceResult.class), args, Utilities.withVersion(options));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy