Interface RelayNamespace.UpdateStages.WithSku

All Known Subinterfaces:
RelayNamespace.Update
Enclosing interface:
RelayNamespace.UpdateStages

public static interface RelayNamespace.UpdateStages.WithSku
The stage of the RelayNamespace update allowing to specify sku.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: SKU of the namespace..
  • Method Details

    • withSku

      RelayNamespace.Update withSku(Sku sku)
      Specifies the sku property: SKU of the namespace..
      Parameters:
      sku - SKU of the namespace.
      Returns:
      the next definition stage.