ApiCreateOrUpdateParameter.Protocols Property

Definition

Gets or sets describes on which protocols the operations in this API can be invoked.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.protocols")]
public System.Collections.Generic.IList<string> Protocols { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.protocols")>]
member this.Protocols : System.Collections.Generic.IList<string> with get, set
Public Property Protocols As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to