Interface MetadataModel.DefinitionStages.WithVersion

    • Method Detail

      • withVersion

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