Interface Account.DefinitionStages.WithSku

All Known Subinterfaces:
Account.Definition, Account.DefinitionStages.WithCreate
Enclosing interface:
Account.DefinitionStages

public static interface Account.DefinitionStages.WithSku
The stage of the Account definition allowing to specify sku.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: The resource model definition representing SKU.
  • Method Details

    • withSku

      Specifies the sku property: The resource model definition representing SKU.
      Parameters:
      sku - The resource model definition representing SKU.
      Returns:
      the next definition stage.