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

com.pulumi.azurenative.marketplace.MarketplaceFunctions 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.marketplace;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.marketplace.inputs.GetPrivateStoreCollectionArgs;
import com.pulumi.azurenative.marketplace.inputs.GetPrivateStoreCollectionOfferArgs;
import com.pulumi.azurenative.marketplace.inputs.GetPrivateStoreCollectionOfferPlainArgs;
import com.pulumi.azurenative.marketplace.inputs.GetPrivateStoreCollectionPlainArgs;
import com.pulumi.azurenative.marketplace.inputs.ListPrivateStoreNewPlansNotificationsArgs;
import com.pulumi.azurenative.marketplace.inputs.ListPrivateStoreNewPlansNotificationsPlainArgs;
import com.pulumi.azurenative.marketplace.inputs.ListPrivateStoreStopSellOffersPlansNotificationsArgs;
import com.pulumi.azurenative.marketplace.inputs.ListPrivateStoreStopSellOffersPlansNotificationsPlainArgs;
import com.pulumi.azurenative.marketplace.inputs.ListPrivateStoreSubscriptionsContextArgs;
import com.pulumi.azurenative.marketplace.inputs.ListPrivateStoreSubscriptionsContextPlainArgs;
import com.pulumi.azurenative.marketplace.outputs.GetPrivateStoreCollectionOfferResult;
import com.pulumi.azurenative.marketplace.outputs.GetPrivateStoreCollectionResult;
import com.pulumi.azurenative.marketplace.outputs.ListPrivateStoreNewPlansNotificationsResult;
import com.pulumi.azurenative.marketplace.outputs.ListPrivateStoreStopSellOffersPlansNotificationsResult;
import com.pulumi.azurenative.marketplace.outputs.ListPrivateStoreSubscriptionsContextResult;
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 MarketplaceFunctions {
    /**
     * Gets private store collection
     * Azure REST API version: 2023-01-01.
     * 
     */
    public static Output getPrivateStoreCollection(GetPrivateStoreCollectionArgs args) {
        return getPrivateStoreCollection(args, InvokeOptions.Empty);
    }
    /**
     * Gets private store collection
     * Azure REST API version: 2023-01-01.
     * 
     */
    public static CompletableFuture getPrivateStoreCollectionPlain(GetPrivateStoreCollectionPlainArgs args) {
        return getPrivateStoreCollectionPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets private store collection
     * Azure REST API version: 2023-01-01.
     * 
     */
    public static Output getPrivateStoreCollection(GetPrivateStoreCollectionArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:marketplace:getPrivateStoreCollection", TypeShape.of(GetPrivateStoreCollectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets private store collection
     * Azure REST API version: 2023-01-01.
     * 
     */
    public static CompletableFuture getPrivateStoreCollectionPlain(GetPrivateStoreCollectionPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:marketplace:getPrivateStoreCollection", TypeShape.of(GetPrivateStoreCollectionResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a specific offer.
     * Azure REST API version: 2023-01-01.
     * 
     */
    public static Output getPrivateStoreCollectionOffer(GetPrivateStoreCollectionOfferArgs args) {
        return getPrivateStoreCollectionOffer(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a specific offer.
     * Azure REST API version: 2023-01-01.
     * 
     */
    public static CompletableFuture getPrivateStoreCollectionOfferPlain(GetPrivateStoreCollectionOfferPlainArgs args) {
        return getPrivateStoreCollectionOfferPlain(args, InvokeOptions.Empty);
    }
    /**
     * Gets information about a specific offer.
     * Azure REST API version: 2023-01-01.
     * 
     */
    public static Output getPrivateStoreCollectionOffer(GetPrivateStoreCollectionOfferArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:marketplace:getPrivateStoreCollectionOffer", TypeShape.of(GetPrivateStoreCollectionOfferResult.class), args, Utilities.withVersion(options));
    }
    /**
     * Gets information about a specific offer.
     * Azure REST API version: 2023-01-01.
     * 
     */
    public static CompletableFuture getPrivateStoreCollectionOfferPlain(GetPrivateStoreCollectionOfferPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:marketplace:getPrivateStoreCollectionOffer", TypeShape.of(GetPrivateStoreCollectionOfferResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List new plans notifications
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static Output listPrivateStoreNewPlansNotifications(ListPrivateStoreNewPlansNotificationsArgs args) {
        return listPrivateStoreNewPlansNotifications(args, InvokeOptions.Empty);
    }
    /**
     * List new plans notifications
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static CompletableFuture listPrivateStoreNewPlansNotificationsPlain(ListPrivateStoreNewPlansNotificationsPlainArgs args) {
        return listPrivateStoreNewPlansNotificationsPlain(args, InvokeOptions.Empty);
    }
    /**
     * List new plans notifications
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static Output listPrivateStoreNewPlansNotifications(ListPrivateStoreNewPlansNotificationsArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:marketplace:listPrivateStoreNewPlansNotifications", TypeShape.of(ListPrivateStoreNewPlansNotificationsResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List new plans notifications
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static CompletableFuture listPrivateStoreNewPlansNotificationsPlain(ListPrivateStoreNewPlansNotificationsPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:marketplace:listPrivateStoreNewPlansNotifications", TypeShape.of(ListPrivateStoreNewPlansNotificationsResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List stop sell notifications for both stop sell offers and stop sell plans
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static Output listPrivateStoreStopSellOffersPlansNotifications(ListPrivateStoreStopSellOffersPlansNotificationsArgs args) {
        return listPrivateStoreStopSellOffersPlansNotifications(args, InvokeOptions.Empty);
    }
    /**
     * List stop sell notifications for both stop sell offers and stop sell plans
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static CompletableFuture listPrivateStoreStopSellOffersPlansNotificationsPlain(ListPrivateStoreStopSellOffersPlansNotificationsPlainArgs args) {
        return listPrivateStoreStopSellOffersPlansNotificationsPlain(args, InvokeOptions.Empty);
    }
    /**
     * List stop sell notifications for both stop sell offers and stop sell plans
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static Output listPrivateStoreStopSellOffersPlansNotifications(ListPrivateStoreStopSellOffersPlansNotificationsArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:marketplace:listPrivateStoreStopSellOffersPlansNotifications", TypeShape.of(ListPrivateStoreStopSellOffersPlansNotificationsResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List stop sell notifications for both stop sell offers and stop sell plans
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static CompletableFuture listPrivateStoreStopSellOffersPlansNotificationsPlain(ListPrivateStoreStopSellOffersPlansNotificationsPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:marketplace:listPrivateStoreStopSellOffersPlansNotifications", TypeShape.of(ListPrivateStoreStopSellOffersPlansNotificationsResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List all the subscriptions in the private store context
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static Output listPrivateStoreSubscriptionsContext(ListPrivateStoreSubscriptionsContextArgs args) {
        return listPrivateStoreSubscriptionsContext(args, InvokeOptions.Empty);
    }
    /**
     * List all the subscriptions in the private store context
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static CompletableFuture listPrivateStoreSubscriptionsContextPlain(ListPrivateStoreSubscriptionsContextPlainArgs args) {
        return listPrivateStoreSubscriptionsContextPlain(args, InvokeOptions.Empty);
    }
    /**
     * List all the subscriptions in the private store context
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static Output listPrivateStoreSubscriptionsContext(ListPrivateStoreSubscriptionsContextArgs args, InvokeOptions options) {
        return Deployment.getInstance().invoke("azure-native:marketplace:listPrivateStoreSubscriptionsContext", TypeShape.of(ListPrivateStoreSubscriptionsContextResult.class), args, Utilities.withVersion(options));
    }
    /**
     * List all the subscriptions in the private store context
     * Azure REST API version: 2023-01-01.
     * 
     * Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
     * 
     */
    public static CompletableFuture listPrivateStoreSubscriptionsContextPlain(ListPrivateStoreSubscriptionsContextPlainArgs args, InvokeOptions options) {
        return Deployment.getInstance().invokeAsync("azure-native:marketplace:listPrivateStoreSubscriptionsContext", TypeShape.of(ListPrivateStoreSubscriptionsContextResult.class), args, Utilities.withVersion(options));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy