Freigeben über


IPrivateLinkServiceConnection.RequestMessage Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="requestMessage")]
public string RequestMessage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="requestMessage")>]
member this.RequestMessage : string with get, set
Public Property RequestMessage As String

Property Value

Attributes

Applies to