PrivateLinkServiceConnection.RequestMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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