PrivateLinkServiceConnectionInner.RequestMessage Property

Definition

Gets or sets 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; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requestMessage")>]
member this.RequestMessage : string with get, set
Public Property RequestMessage As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to