UpstreamTemplate.Auth Property

Definition

Gets or sets upstream auth settings. If not set, no auth is used for upstream messages.

[Newtonsoft.Json.JsonProperty(PropertyName="auth")]
public Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings Auth { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="auth")>]
member this.Auth : Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings with get, set
Public Property Auth As UpstreamAuthSettings

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to