Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// *** 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.webpubsub.inputs;
import com.pulumi.azurenative.webpubsub.enums.WebPubSubSkuTier;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The billing information of the resource.
*
*/
public final class ResourceSkuArgs extends com.pulumi.resources.ResourceArgs {
public static final ResourceSkuArgs Empty = new ResourceSkuArgs();
/**
* Optional, integer. The unit count of the resource. 1 by default.
*
* If present, following values are allowed:
* Free: 1;
* Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
* Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
*
*/
@Import(name="capacity")
private @Nullable Output capacity;
/**
* @return Optional, integer. The unit count of the resource. 1 by default.
*
* If present, following values are allowed:
* Free: 1;
* Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
* Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
*
*/
public Optional