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

com.pulumi.azurenative.attestation.AttestationFunctions Maven / Gradle / Ivy

There is a newer version: 2.78.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.attestation;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.attestation.inputs.GetAttestationProviderArgs;
import com.pulumi.azurenative.attestation.inputs.GetAttestationProviderPlainArgs;
import com.pulumi.azurenative.attestation.inputs.GetPrivateEndpointConnectionArgs;
import com.pulumi.azurenative.attestation.inputs.GetPrivateEndpointConnectionPlainArgs;
import com.pulumi.azurenative.attestation.outputs.GetAttestationProviderResult;
import com.pulumi.azurenative.attestation.outputs.GetPrivateEndpointConnectionResult;
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 AttestationFunctions {
    /**
     * Get the status of Attestation Provider.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2021-06-01-preview.
     * 
     */
    public static Output getAttestationProvider(GetAttestationProviderArgs args) {
        return getAttestationProvider(args, InvokeOptions.Empty);
    }
    /**
     * Get the status of Attestation Provider.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2021-06-01-preview.
     * 
     */
    public static CompletableFuture getAttestationProviderPlain(GetAttestationProviderPlainArgs args) {
        return getAttestationProviderPlain(args, InvokeOptions.Empty);
    }
    /**
     * Get the status of Attestation Provider.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2021-06-01-preview.
     * 
     */
    public static Output getAttestationProvider(GetAttestationProviderArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:attestation:getAttestationProvider", TypeShape.of(GetAttestationProviderResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Get the status of Attestation Provider.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2021-06-01-preview.
     * 
     */
    public static CompletableFuture getAttestationProviderPlain(GetAttestationProviderPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:attestation:getAttestationProvider", TypeShape.of(GetAttestationProviderResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the specified private endpoint connection associated with the attestation provider.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2021-06-01-preview.
     * 
     */
    public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args) {
        return getPrivateEndpointConnection(args, InvokeOptions.Empty);
    }
    /**
     * Gets the specified private endpoint connection associated with the attestation provider.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2021-06-01-preview.
     * 
     */
    public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args) {
        return getPrivateEndpointConnectionPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets the specified private endpoint connection associated with the attestation provider.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2021-06-01-preview.
     * 
     */
    public static Output getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:attestation:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets the specified private endpoint connection associated with the attestation provider.
     * Azure REST API version: 2021-06-01.
     * 
     * Other available API versions: 2021-06-01-preview.
     * 
     */
    public static CompletableFuture getPrivateEndpointConnectionPlain(GetPrivateEndpointConnectionPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:attestation:getPrivateEndpointConnection", TypeShape.of(GetPrivateEndpointConnectionResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy