Class AutoScaleVCoreSkuArgs.Builder

  • Enclosing class:
    AutoScaleVCoreSkuArgs

    public static final class AutoScaleVCoreSkuArgs.Builder
    extends java.lang.Object
    • Method Detail

      • capacity

        public AutoScaleVCoreSkuArgs.Builder capacity​(@Nullable
                                                      com.pulumi.core.Output<java.lang.Integer> capacity)
        Parameters:
        capacity - The capacity of an auto scale v-core resource.
        Returns:
        builder
      • capacity

        public AutoScaleVCoreSkuArgs.Builder capacity​(java.lang.Integer capacity)
        Parameters:
        capacity - The capacity of an auto scale v-core resource.
        Returns:
        builder
      • name

        public AutoScaleVCoreSkuArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the SKU level.
        Returns:
        builder
      • tier

        public AutoScaleVCoreSkuArgs.Builder tier​(@Nullable
                                                  com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​VCoreSkuTier>> tier)
        Parameters:
        tier - The name of the Azure pricing tier to which the SKU applies.
        Returns:
        builder
      • tier

        public AutoScaleVCoreSkuArgs.Builder tier​(com.pulumi.core.Either<java.lang.String,​VCoreSkuTier> tier)
        Parameters:
        tier - The name of the Azure pricing tier to which the SKU applies.
        Returns:
        builder
      • tier

        public AutoScaleVCoreSkuArgs.Builder tier​(java.lang.String tier)
        Parameters:
        tier - The name of the Azure pricing tier to which the SKU applies.
        Returns:
        builder