Interface Asset.UpdateStages.WithContainer

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

public static interface Asset.UpdateStages.WithContainer
The stage of the Asset update allowing to specify container.
  • Method Summary

    Modifier and Type
    Method
    Description
    withContainer(String container)
    Specifies the container property: The name of the asset blob container..
  • Method Details

    • withContainer

      Asset.Update withContainer(String container)
      Specifies the container property: The name of the asset blob container..
      Parameters:
      container - The name of the asset blob container.
      Returns:
      the next definition stage.