Package com.pulumi.azurenative.quota
Class QuotaFunctions
- java.lang.Object
-
- com.pulumi.azurenative.quota.QuotaFunctions
-
public final class QuotaFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QuotaFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.pulumi.core.Output<GetGroupQuotaResult>
getGroupQuota(GetGroupQuotaArgs args)
Gets the GroupQuotas for the name passed.static com.pulumi.core.Output<GetGroupQuotaResult>
getGroupQuota(GetGroupQuotaArgs args, com.pulumi.deployment.InvokeOptions options)
Gets the GroupQuotas for the name passed.static java.util.concurrent.CompletableFuture<GetGroupQuotaResult>
getGroupQuotaPlain(GetGroupQuotaPlainArgs args)
Gets the GroupQuotas for the name passed.static java.util.concurrent.CompletableFuture<GetGroupQuotaResult>
getGroupQuotaPlain(GetGroupQuotaPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Gets the GroupQuotas for the name passed.static com.pulumi.core.Output<GetGroupQuotaSubscriptionResult>
getGroupQuotaSubscription(GetGroupQuotaSubscriptionArgs args)
Returns the subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity.static com.pulumi.core.Output<GetGroupQuotaSubscriptionResult>
getGroupQuotaSubscription(GetGroupQuotaSubscriptionArgs args, com.pulumi.deployment.InvokeOptions options)
Returns the subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity.static java.util.concurrent.CompletableFuture<GetGroupQuotaSubscriptionResult>
getGroupQuotaSubscriptionPlain(GetGroupQuotaSubscriptionPlainArgs args)
Returns the subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity.static java.util.concurrent.CompletableFuture<GetGroupQuotaSubscriptionResult>
getGroupQuotaSubscriptionPlain(GetGroupQuotaSubscriptionPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Returns the subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity.
-
-
-
Method Detail
-
getGroupQuota
public static com.pulumi.core.Output<GetGroupQuotaResult> getGroupQuota(GetGroupQuotaArgs args)
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on groupQuota can be access from the groupQuota APIs. Azure REST API version: 2023-06-01-preview.
-
getGroupQuotaPlain
public static java.util.concurrent.CompletableFuture<GetGroupQuotaResult> getGroupQuotaPlain(GetGroupQuotaPlainArgs args)
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on groupQuota can be access from the groupQuota APIs. Azure REST API version: 2023-06-01-preview.
-
getGroupQuota
public static com.pulumi.core.Output<GetGroupQuotaResult> getGroupQuota(GetGroupQuotaArgs args, com.pulumi.deployment.InvokeOptions options)
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on groupQuota can be access from the groupQuota APIs. Azure REST API version: 2023-06-01-preview.
-
getGroupQuotaPlain
public static java.util.concurrent.CompletableFuture<GetGroupQuotaResult> getGroupQuotaPlain(GetGroupQuotaPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on groupQuota can be access from the groupQuota APIs. Azure REST API version: 2023-06-01-preview.
-
getGroupQuotaSubscription
public static com.pulumi.core.Output<GetGroupQuotaSubscriptionResult> getGroupQuotaSubscription(GetGroupQuotaSubscriptionArgs args)
Returns the subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity. Azure REST API version: 2023-06-01-preview.
-
getGroupQuotaSubscriptionPlain
public static java.util.concurrent.CompletableFuture<GetGroupQuotaSubscriptionResult> getGroupQuotaSubscriptionPlain(GetGroupQuotaSubscriptionPlainArgs args)
Returns the subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity. Azure REST API version: 2023-06-01-preview.
-
getGroupQuotaSubscription
public static com.pulumi.core.Output<GetGroupQuotaSubscriptionResult> getGroupQuotaSubscription(GetGroupQuotaSubscriptionArgs args, com.pulumi.deployment.InvokeOptions options)
Returns the subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity. Azure REST API version: 2023-06-01-preview.
-
getGroupQuotaSubscriptionPlain
public static java.util.concurrent.CompletableFuture<GetGroupQuotaSubscriptionResult> getGroupQuotaSubscriptionPlain(GetGroupQuotaSubscriptionPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Returns the subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity. Azure REST API version: 2023-06-01-preview.
-
-