ApiCreateOrUpdateParameter.ApiRevision Property

Definition

Gets or sets describes the revision of the API. If no value is provided, default revision 1 is created

[Newtonsoft.Json.JsonProperty(PropertyName="properties.apiRevision")]
public string ApiRevision { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.apiRevision")>]
member this.ApiRevision : string with get, set
Public Property ApiRevision As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to