Interface MetadataModel.UpdateStages.WithVersion

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

public static interface MetadataModel.UpdateStages.WithVersion
The stage of the MetadataModel update allowing to specify version.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the version property: Version of the content.
  • Method Details

    • withVersion

      MetadataModel.Update withVersion(String version)
      Specifies the version property: Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks.
      Parameters:
      version - Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks.
      Returns:
      the next definition stage.