Interface Asset.DefinitionStages.WithContainer

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

public static interface Asset.DefinitionStages.WithContainer
The stage of the Asset definition allowing to specify container.
  • Method Details

    • withContainer

      Asset.DefinitionStages.WithCreate 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.