IFunctionEnvelopeProperties.FunctionAppId 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.
Function App ID.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Function App ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="function_app_id")]
public string FunctionAppId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Function App ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="function_app_id")>]
member this.FunctionAppId : string with get, set
Public Property FunctionAppId As String
Property Value
- Attributes