Class UpdateEnvironmentRequest
Inheritance
UpdateEnvironmentRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class UpdateEnvironmentRequest
Properties
The maximal target version.
In case the highest available update version is lower than the desired target version, the environments's contract version will be raised to the highest available update version.
Declaration
[JsonProperty("targetVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TargetVersion { get; set; }
Property Value
Methods
Declaration
public static UpdateEnvironmentRequest FromJson(string data)
Parameters
Returns