IFunctionEnvelopeProperties.FunctionAppId Property

Definition

Function App ID.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Function App ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="function_app_id", Update=true)]
public string FunctionAppId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Function App ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="function_app_id", Update=true)>]
member this.FunctionAppId : string with get, set
Public Property FunctionAppId As String

Property Value

Attributes

Applies to