com.pulumi.azurenative.maps.MapsFunctions 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.maps;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.maps.inputs.GetAccountArgs;
import com.pulumi.azurenative.maps.inputs.GetAccountPlainArgs;
import com.pulumi.azurenative.maps.inputs.GetCreatorArgs;
import com.pulumi.azurenative.maps.inputs.GetCreatorPlainArgs;
import com.pulumi.azurenative.maps.inputs.GetPrivateAtlaseArgs;
import com.pulumi.azurenative.maps.inputs.GetPrivateAtlasePlainArgs;
import com.pulumi.azurenative.maps.inputs.GetPrivateEndpointConnectionArgs;
import com.pulumi.azurenative.maps.inputs.GetPrivateEndpointConnectionPlainArgs;
import com.pulumi.azurenative.maps.inputs.ListAccountKeysArgs;
import com.pulumi.azurenative.maps.inputs.ListAccountKeysPlainArgs;
import com.pulumi.azurenative.maps.inputs.ListAccountSasArgs;
import com.pulumi.azurenative.maps.inputs.ListAccountSasPlainArgs;
import com.pulumi.azurenative.maps.outputs.GetAccountResult;
import com.pulumi.azurenative.maps.outputs.GetCreatorResult;
import com.pulumi.azurenative.maps.outputs.GetPrivateAtlaseResult;
import com.pulumi.azurenative.maps.outputs.GetPrivateEndpointConnectionResult;
import com.pulumi.azurenative.maps.outputs.ListAccountKeysResult;
import com.pulumi.azurenative.maps.outputs.ListAccountSasResult;
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 MapsFunctions {
/**
* Get a Maps Account.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static Output getAccount(GetAccountArgs args) {
return getAccount(args, InvokeOptions.Empty);
}
/**
* Get a Maps Account.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static CompletableFuture getAccountPlain(GetAccountPlainArgs args) {
return getAccountPlain(args, InvokeOptions.Empty);
}
/**
* Get a Maps Account.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static Output getAccount(GetAccountArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:maps:getAccount", TypeShape.of(GetAccountResult.class), args, Utilities.withVersion(options));
}
/**
* Get a Maps Account.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static CompletableFuture getAccountPlain(GetAccountPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:maps:getAccount", TypeShape.of(GetAccountResult.class), args, Utilities.withVersion(options));
}
/**
* Get a Maps Creator resource.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2020-02-01-preview, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static Output getCreator(GetCreatorArgs args) {
return getCreator(args, InvokeOptions.Empty);
}
/**
* Get a Maps Creator resource.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2020-02-01-preview, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static CompletableFuture getCreatorPlain(GetCreatorPlainArgs args) {
return getCreatorPlain(args, InvokeOptions.Empty);
}
/**
* Get a Maps Creator resource.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2020-02-01-preview, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static Output getCreator(GetCreatorArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:maps:getCreator", TypeShape.of(GetCreatorResult.class), args, Utilities.withVersion(options));
}
/**
* Get a Maps Creator resource.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2020-02-01-preview, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static CompletableFuture getCreatorPlain(GetCreatorPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:maps:getCreator", TypeShape.of(GetCreatorResult.class), args, Utilities.withVersion(options));
}
/**
* [Deprecated] Get a Private Atlas resource.
* Azure REST API version: 2020-02-01-preview.
*
*/
public static Output getPrivateAtlase(GetPrivateAtlaseArgs args) {
return getPrivateAtlase(args, InvokeOptions.Empty);
}
/**
* [Deprecated] Get a Private Atlas resource.
* Azure REST API version: 2020-02-01-preview.
*
*/
public static CompletableFuture getPrivateAtlasePlain(GetPrivateAtlasePlainArgs args) {
return getPrivateAtlasePlain(args, InvokeOptions.Empty);
}
/**
* [Deprecated] Get a Private Atlas resource.
* Azure REST API version: 2020-02-01-preview.
*
*/
public static Output getPrivateAtlase(GetPrivateAtlaseArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:maps:getPrivateAtlase", TypeShape.of(GetPrivateAtlaseResult.class), args, Utilities.withVersion(options));
}
/**
* [Deprecated] Get a Private Atlas resource.
* Azure REST API version: 2020-02-01-preview.
*
*/
public static CompletableFuture getPrivateAtlasePlain(GetPrivateAtlasePlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:maps:getPrivateAtlase", TypeShape.of(GetPrivateAtlaseResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified private endpoint connection associated with the Maps Account.
* Azure REST API version: 2023-12-01-preview.
*
* Other available API versions: 2024-01-01-preview.
*
*/
public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args) {
return getPrivateEndpointConnection(args, InvokeOptions.Empty);
}
/**
* Gets the specified private endpoint connection associated with the Maps Account.
* Azure REST API version: 2023-12-01-preview.
*
* Other available API versions: 2024-01-01-preview.
*
*/
public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args) {
return getPrivateEndpointConnectionPlain(args, InvokeOptions.Empty);
}
/**
* Gets the specified private endpoint connection associated with the Maps Account.
* Azure REST API version: 2023-12-01-preview.
*
* Other available API versions: 2024-01-01-preview.
*
*/
public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:maps:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the specified private endpoint connection associated with the Maps Account.
* Azure REST API version: 2023-12-01-preview.
*
* Other available API versions: 2024-01-01-preview.
*
*/
public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:maps:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
}
/**
* Get the keys to use with the Maps APIs. A key is used to authenticate and authorize access to the Maps REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static Output listAccountKeys(ListAccountKeysArgs args) {
return listAccountKeys(args, InvokeOptions.Empty);
}
/**
* Get the keys to use with the Maps APIs. A key is used to authenticate and authorize access to the Maps REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static CompletableFuture listAccountKeysPlain(ListAccountKeysPlainArgs args) {
return listAccountKeysPlain(args, InvokeOptions.Empty);
}
/**
* Get the keys to use with the Maps APIs. A key is used to authenticate and authorize access to the Maps REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static Output listAccountKeys(ListAccountKeysArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:maps:listAccountKeys", TypeShape.of(ListAccountKeysResult.class), args, Utilities.withVersion(options));
}
/**
* Get the keys to use with the Maps APIs. A key is used to authenticate and authorize access to the Maps REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration.
* Azure REST API version: 2021-02-01.
*
* Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static CompletableFuture listAccountKeysPlain(ListAccountKeysPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:maps:listAccountKeys", TypeShape.of(ListAccountKeysResult.class), args, Utilities.withVersion(options));
}
/**
* Create and list an account shared access signature token. Use this SAS token for authentication to Azure Maps REST APIs through various Azure Maps SDKs. As prerequisite to create a SAS Token.
*
* Prerequisites:
* 1. Create or have an existing User Assigned Managed Identity in the same Azure region as the account.
* 2. Create or update an Azure Map account with the same Azure region as the User Assigned Managed Identity is placed.
* Azure REST API version: 2021-12-01-preview.
*
* Other available API versions: 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static Output listAccountSas(ListAccountSasArgs args) {
return listAccountSas(args, InvokeOptions.Empty);
}
/**
* Create and list an account shared access signature token. Use this SAS token for authentication to Azure Maps REST APIs through various Azure Maps SDKs. As prerequisite to create a SAS Token.
*
* Prerequisites:
* 1. Create or have an existing User Assigned Managed Identity in the same Azure region as the account.
* 2. Create or update an Azure Map account with the same Azure region as the User Assigned Managed Identity is placed.
* Azure REST API version: 2021-12-01-preview.
*
* Other available API versions: 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static CompletableFuture listAccountSasPlain(ListAccountSasPlainArgs args) {
return listAccountSasPlain(args, InvokeOptions.Empty);
}
/**
* Create and list an account shared access signature token. Use this SAS token for authentication to Azure Maps REST APIs through various Azure Maps SDKs. As prerequisite to create a SAS Token.
*
* Prerequisites:
* 1. Create or have an existing User Assigned Managed Identity in the same Azure region as the account.
* 2. Create or update an Azure Map account with the same Azure region as the User Assigned Managed Identity is placed.
* Azure REST API version: 2021-12-01-preview.
*
* Other available API versions: 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static Output listAccountSas(ListAccountSasArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:maps:listAccountSas", TypeShape.of(ListAccountSasResult.class), args, Utilities.withVersion(options));
}
/**
* Create and list an account shared access signature token. Use this SAS token for authentication to Azure Maps REST APIs through various Azure Maps SDKs. As prerequisite to create a SAS Token.
*
* Prerequisites:
* 1. Create or have an existing User Assigned Managed Identity in the same Azure region as the account.
* 2. Create or update an Azure Map account with the same Azure region as the User Assigned Managed Identity is placed.
* Azure REST API version: 2021-12-01-preview.
*
* Other available API versions: 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.
*
*/
public static CompletableFuture listAccountSasPlain(ListAccountSasPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:maps:listAccountSas", TypeShape.of(ListAccountSasResult.class), args, Utilities.withVersion(options));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy