WcfRelay.RelayType Property

Definition

Gets or sets wCFRelay Type. Possible values include: 'NetTcp', 'Http'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.relayType")]
public Microsoft.Azure.Management.Relay.Models.Relaytype? RelayType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.relayType")>]
member this.RelayType : Nullable<Microsoft.Azure.Management.Relay.Models.Relaytype> with get, set
Public Property RelayType As Nullable(Of Relaytype)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to