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

com.pulumi.azurenative.confidentialledger.ConfidentialledgerFunctions 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.confidentialledger;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.confidentialledger.inputs.GetLedgerArgs;
import com.pulumi.azurenative.confidentialledger.inputs.GetLedgerPlainArgs;
import com.pulumi.azurenative.confidentialledger.inputs.GetManagedCCFArgs;
import com.pulumi.azurenative.confidentialledger.inputs.GetManagedCCFPlainArgs;
import com.pulumi.azurenative.confidentialledger.outputs.GetLedgerResult;
import com.pulumi.azurenative.confidentialledger.outputs.GetManagedCCFResult;
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 ConfidentialledgerFunctions {
    /**
     * Retrieves the properties of a Confidential Ledger.
     * Azure REST API version: 2022-05-13.
     * 
     * Other available API versions: 2023-01-26-preview, 2023-06-28-preview, 2024-07-09-preview.
     * 
     */
    public static Output getLedger(GetLedgerArgs args) {
        return getLedger(args, InvokeOptions.Empty);
    }
    /**
     * Retrieves the properties of a Confidential Ledger.
     * Azure REST API version: 2022-05-13.
     * 
     * Other available API versions: 2023-01-26-preview, 2023-06-28-preview, 2024-07-09-preview.
     * 
     */
    public static CompletableFuture getLedgerPlain(GetLedgerPlainArgs args) {
        return getLedgerPlain(args, InvokeOptions.Empty);
    }
    /**
     * Retrieves the properties of a Confidential Ledger.
     * Azure REST API version: 2022-05-13.
     * 
     * Other available API versions: 2023-01-26-preview, 2023-06-28-preview, 2024-07-09-preview.
     * 
     */
    public static Output getLedger(GetLedgerArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:confidentialledger:getLedger", TypeShape.of(GetLedgerResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Retrieves the properties of a Confidential Ledger.
     * Azure REST API version: 2022-05-13.
     * 
     * Other available API versions: 2023-01-26-preview, 2023-06-28-preview, 2024-07-09-preview.
     * 
     */
    public static CompletableFuture getLedgerPlain(GetLedgerPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:confidentialledger:getLedger", TypeShape.of(GetLedgerResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Retrieves the properties of a Managed CCF app.
     * Azure REST API version: 2023-01-26-preview.
     * 
     * Other available API versions: 2023-06-28-preview, 2024-07-09-preview.
     * 
     */
    public static Output getManagedCCF(GetManagedCCFArgs args) {
        return getManagedCCF(args, InvokeOptions.Empty);
    }
    /**
     * Retrieves the properties of a Managed CCF app.
     * Azure REST API version: 2023-01-26-preview.
     * 
     * Other available API versions: 2023-06-28-preview, 2024-07-09-preview.
     * 
     */
    public static CompletableFuture getManagedCCFPlain(GetManagedCCFPlainArgs args) {
        return getManagedCCFPlain(args, InvokeOptions.Empty);
    }
    /**
     * Retrieves the properties of a Managed CCF app.
     * Azure REST API version: 2023-01-26-preview.
     * 
     * Other available API versions: 2023-06-28-preview, 2024-07-09-preview.
     * 
     */
    public static Output getManagedCCF(GetManagedCCFArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:confidentialledger:getManagedCCF", TypeShape.of(GetManagedCCFResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Retrieves the properties of a Managed CCF app.
     * Azure REST API version: 2023-01-26-preview.
     * 
     * Other available API versions: 2023-06-28-preview, 2024-07-09-preview.
     * 
     */
    public static CompletableFuture getManagedCCFPlain(GetManagedCCFPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:confidentialledger:getManagedCCF", TypeShape.of(GetManagedCCFResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy