IPrivateLinkServiceConnectionProperties.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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="requestMessage", Update=true)]
public string RequestMessage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="requestMessage", Update=true)>]
member this.RequestMessage : string with get, set
Public Property RequestMessage As String

Property Value

Attributes

Applies to