All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.extendedlocation.ExtendedlocationFunctions Maven / Gradle / Ivy

There is a newer version: 2.72.0
Show newest version
// *** 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.extendedlocation;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.extendedlocation.inputs.GetCustomLocationArgs;
import com.pulumi.azurenative.extendedlocation.inputs.GetCustomLocationPlainArgs;
import com.pulumi.azurenative.extendedlocation.inputs.GetResourceSyncRuleArgs;
import com.pulumi.azurenative.extendedlocation.inputs.GetResourceSyncRulePlainArgs;
import com.pulumi.azurenative.extendedlocation.outputs.GetCustomLocationResult;
import com.pulumi.azurenative.extendedlocation.outputs.GetResourceSyncRuleResult;
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 ExtendedlocationFunctions {
    /**
     * Gets the details of the customLocation with a specified resource group and name.
     * Azure REST API version: 2021-08-15.
     * 
     * Other available API versions: 2021-08-31-preview.
     * 
     */
    public static Output getCustomLocation(GetCustomLocationArgs args) {
        return getCustomLocation(args, InvokeOptions.Empty);
    }
    /**
     * Gets the details of the customLocation with a specified resource group and name.
     * Azure REST API version: 2021-08-15.
     * 
     * Other available API versions: 2021-08-31-preview.
     * 
     */
    public static CompletableFuture getCustomLocationPlain(GetCustomLocationPlainArgs args) {
        return getCustomLocationPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets the details of the customLocation with a specified resource group and name.
     * Azure REST API version: 2021-08-15.
     * 
     * Other available API versions: 2021-08-31-preview.
     * 
     */
    public static Output getCustomLocation(GetCustomLocationArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:extendedlocation:getCustomLocation", TypeShape.of(GetCustomLocationResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the details of the customLocation with a specified resource group and name.
     * Azure REST API version: 2021-08-15.
     * 
     * Other available API versions: 2021-08-31-preview.
     * 
     */
    public static CompletableFuture getCustomLocationPlain(GetCustomLocationPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:extendedlocation:getCustomLocation", TypeShape.of(GetCustomLocationResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom Location resource name and Resource Sync Rule name.
     * Azure REST API version: 2021-08-31-preview.
     * 
     */
    public static Output getResourceSyncRule(GetResourceSyncRuleArgs args) {
        return getResourceSyncRule(args, InvokeOptions.Empty);
    }
    /**
     * Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom Location resource name and Resource Sync Rule name.
     * Azure REST API version: 2021-08-31-preview.
     * 
     */
    public static CompletableFuture getResourceSyncRulePlain(GetResourceSyncRulePlainArgs args) {
        return getResourceSyncRulePlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom Location resource name and Resource Sync Rule name.
     * Azure REST API version: 2021-08-31-preview.
     * 
     */
    public static Output getResourceSyncRule(GetResourceSyncRuleArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:extendedlocation:getResourceSyncRule", TypeShape.of(GetResourceSyncRuleResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom Location resource name and Resource Sync Rule name.
     * Azure REST API version: 2021-08-31-preview.
     * 
     */
    public static CompletableFuture getResourceSyncRulePlain(GetResourceSyncRulePlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:extendedlocation:getResourceSyncRule", TypeShape.of(GetResourceSyncRuleResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy