IFunctionsIdentity.RelayName Property

Definition

The relay name for this hybrid connection.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The relay name for this hybrid connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="relayName")]
public string RelayName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The relay name for this hybrid connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="relayName", Update=true)]
public string RelayName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The relay name for this hybrid connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="relayName")>]
member this.RelayName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The relay name for this hybrid connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="relayName", Update=true)>]
member this.RelayName : string with get, set
Public Property RelayName As String

Property Value

Attributes

Applies to