Class HybridUseBenefitArgs.Builder

  • Enclosing class:
    HybridUseBenefitArgs

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

      • planId

        public HybridUseBenefitArgs.Builder planId​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> planId)
        Parameters:
        planId - This is a unique identifier for a plan. Should be a guid.
        Returns:
        builder
      • planId

        public HybridUseBenefitArgs.Builder planId​(java.lang.String planId)
        Parameters:
        planId - This is a unique identifier for a plan. Should be a guid.
        Returns:
        builder
      • scope

        public HybridUseBenefitArgs.Builder scope​(com.pulumi.core.Output<java.lang.String> scope)
        Parameters:
        scope - The scope at which the operation is performed. This is limited to Microsoft.Compute/virtualMachines and Microsoft.Compute/hostGroups/hosts for now
        Returns:
        builder
      • scope

        public HybridUseBenefitArgs.Builder scope​(java.lang.String scope)
        Parameters:
        scope - The scope at which the operation is performed. This is limited to Microsoft.Compute/virtualMachines and Microsoft.Compute/hostGroups/hosts for now
        Returns:
        builder