com.pulumi.azurenative.loadtestservice.LoadtestserviceFunctions 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.loadtestservice;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.loadtestservice.inputs.GetLoadTestArgs;
import com.pulumi.azurenative.loadtestservice.inputs.GetLoadTestMappingArgs;
import com.pulumi.azurenative.loadtestservice.inputs.GetLoadTestMappingPlainArgs;
import com.pulumi.azurenative.loadtestservice.inputs.GetLoadTestPlainArgs;
import com.pulumi.azurenative.loadtestservice.inputs.GetLoadTestProfileMappingArgs;
import com.pulumi.azurenative.loadtestservice.inputs.GetLoadTestProfileMappingPlainArgs;
import com.pulumi.azurenative.loadtestservice.outputs.GetLoadTestMappingResult;
import com.pulumi.azurenative.loadtestservice.outputs.GetLoadTestProfileMappingResult;
import com.pulumi.azurenative.loadtestservice.outputs.GetLoadTestResult;
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 LoadtestserviceFunctions {
/**
* Get a LoadTestResource
* Azure REST API version: 2022-12-01.
*
* Other available API versions: 2021-12-01-preview, 2023-12-01-preview.
*
*/
public static Output getLoadTest(GetLoadTestArgs args) {
return getLoadTest(args, InvokeOptions.Empty);
}
/**
* Get a LoadTestResource
* Azure REST API version: 2022-12-01.
*
* Other available API versions: 2021-12-01-preview, 2023-12-01-preview.
*
*/
public static CompletableFuture getLoadTestPlain(GetLoadTestPlainArgs args) {
return getLoadTestPlain(args, InvokeOptions.Empty);
}
/**
* Get a LoadTestResource
* Azure REST API version: 2022-12-01.
*
* Other available API versions: 2021-12-01-preview, 2023-12-01-preview.
*
*/
public static Output getLoadTest(GetLoadTestArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:loadtestservice:getLoadTest", TypeShape.of(GetLoadTestResult.class), args, Utilities.withVersion(options));
}
/**
* Get a LoadTestResource
* Azure REST API version: 2022-12-01.
*
* Other available API versions: 2021-12-01-preview, 2023-12-01-preview.
*
*/
public static CompletableFuture getLoadTestPlain(GetLoadTestPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:loadtestservice:getLoadTest", TypeShape.of(GetLoadTestResult.class), args, Utilities.withVersion(options));
}
/**
* Get a LoadTestMappingResource
* Azure REST API version: 2023-12-01-preview.
*
*/
public static Output getLoadTestMapping(GetLoadTestMappingArgs args) {
return getLoadTestMapping(args, InvokeOptions.Empty);
}
/**
* Get a LoadTestMappingResource
* Azure REST API version: 2023-12-01-preview.
*
*/
public static CompletableFuture getLoadTestMappingPlain(GetLoadTestMappingPlainArgs args) {
return getLoadTestMappingPlain(args, InvokeOptions.Empty);
}
/**
* Get a LoadTestMappingResource
* Azure REST API version: 2023-12-01-preview.
*
*/
public static Output getLoadTestMapping(GetLoadTestMappingArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:loadtestservice:getLoadTestMapping", TypeShape.of(GetLoadTestMappingResult.class), args, Utilities.withVersion(options));
}
/**
* Get a LoadTestMappingResource
* Azure REST API version: 2023-12-01-preview.
*
*/
public static CompletableFuture getLoadTestMappingPlain(GetLoadTestMappingPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:loadtestservice:getLoadTestMapping", TypeShape.of(GetLoadTestMappingResult.class), args, Utilities.withVersion(options));
}
/**
* Get a LoadTestProfileMappingResource
* Azure REST API version: 2023-12-01-preview.
*
*/
public static Output getLoadTestProfileMapping(GetLoadTestProfileMappingArgs args) {
return getLoadTestProfileMapping(args, InvokeOptions.Empty);
}
/**
* Get a LoadTestProfileMappingResource
* Azure REST API version: 2023-12-01-preview.
*
*/
public static CompletableFuture getLoadTestProfileMappingPlain(GetLoadTestProfileMappingPlainArgs args) {
return getLoadTestProfileMappingPlain(args, InvokeOptions.Empty);
}
/**
* Get a LoadTestProfileMappingResource
* Azure REST API version: 2023-12-01-preview.
*
*/
public static Output getLoadTestProfileMapping(GetLoadTestProfileMappingArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:loadtestservice:getLoadTestProfileMapping", TypeShape.of(GetLoadTestProfileMappingResult.class), args, Utilities.withVersion(options));
}
/**
* Get a LoadTestProfileMappingResource
* Azure REST API version: 2023-12-01-preview.
*
*/
public static CompletableFuture getLoadTestProfileMappingPlain(GetLoadTestProfileMappingPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:loadtestservice:getLoadTestProfileMapping", TypeShape.of(GetLoadTestProfileMappingResult.class), args, Utilities.withVersion(options));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy