HybridConnectionInner.ServiceBusSuffix Property

Definition

Gets or sets the suffix for the service bus endpoint. By default this is .servicebus.windows.net

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to