Share via


PrivateLinkServiceConnection.RequestMessage Property

Definition

Gets a message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestMessage")]
public string RequestMessage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requestMessage")>]
member this.RequestMessage : string
Public ReadOnly Property RequestMessage As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to