
com.pulumi.azurenative.recommendationsservice.RecommendationsserviceFunctions Maven / Gradle / Ivy
// *** 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.recommendationsservice;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.recommendationsservice.inputs.GetAccountArgs;
import com.pulumi.azurenative.recommendationsservice.inputs.GetAccountPlainArgs;
import com.pulumi.azurenative.recommendationsservice.inputs.GetModelingArgs;
import com.pulumi.azurenative.recommendationsservice.inputs.GetModelingPlainArgs;
import com.pulumi.azurenative.recommendationsservice.inputs.GetServiceEndpointArgs;
import com.pulumi.azurenative.recommendationsservice.inputs.GetServiceEndpointPlainArgs;
import com.pulumi.azurenative.recommendationsservice.outputs.GetAccountResult;
import com.pulumi.azurenative.recommendationsservice.outputs.GetModelingResult;
import com.pulumi.azurenative.recommendationsservice.outputs.GetServiceEndpointResult;
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 RecommendationsserviceFunctions {
/**
* Returns RecommendationsService Account resource for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static Output getAccount(GetAccountArgs args) {
return getAccount(args, InvokeOptions.Empty);
}
/**
* Returns RecommendationsService Account resource for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static CompletableFuture getAccountPlain(GetAccountPlainArgs args) {
return getAccountPlain(args, InvokeOptions.Empty);
}
/**
* Returns RecommendationsService Account resource for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static Output getAccount(GetAccountArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:recommendationsservice:getAccount", TypeShape.of(GetAccountResult.class), args, Utilities.withVersion(options));
}
/**
* Returns RecommendationsService Account resource for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static CompletableFuture getAccountPlain(GetAccountPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:recommendationsservice:getAccount", TypeShape.of(GetAccountResult.class), args, Utilities.withVersion(options));
}
/**
* Returns Modeling resources for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static Output getModeling(GetModelingArgs args) {
return getModeling(args, InvokeOptions.Empty);
}
/**
* Returns Modeling resources for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static CompletableFuture getModelingPlain(GetModelingPlainArgs args) {
return getModelingPlain(args, InvokeOptions.Empty);
}
/**
* Returns Modeling resources for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static Output getModeling(GetModelingArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:recommendationsservice:getModeling", TypeShape.of(GetModelingResult.class), args, Utilities.withVersion(options));
}
/**
* Returns Modeling resources for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static CompletableFuture getModelingPlain(GetModelingPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:recommendationsservice:getModeling", TypeShape.of(GetModelingResult.class), args, Utilities.withVersion(options));
}
/**
* Returns ServiceEndpoint resources for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static Output getServiceEndpoint(GetServiceEndpointArgs args) {
return getServiceEndpoint(args, InvokeOptions.Empty);
}
/**
* Returns ServiceEndpoint resources for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static CompletableFuture getServiceEndpointPlain(GetServiceEndpointPlainArgs args) {
return getServiceEndpointPlain(args, InvokeOptions.Empty);
}
/**
* Returns ServiceEndpoint resources for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static Output getServiceEndpoint(GetServiceEndpointArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:recommendationsservice:getServiceEndpoint", TypeShape.of(GetServiceEndpointResult.class), args, Utilities.withVersion(options));
}
/**
* Returns ServiceEndpoint resources for a given name.
* Azure REST API version: 2022-02-01.
*
* Other available API versions: 2022-03-01-preview.
*
*/
public static CompletableFuture getServiceEndpointPlain(GetServiceEndpointPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:recommendationsservice:getServiceEndpoint", TypeShape.of(GetServiceEndpointResult.class), args, Utilities.withVersion(options));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy