IFunctionsIdentity.BaseAddress Property

Definition

Module base address.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Module base address.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="baseAddress")]
public string BaseAddress { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Module base address.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="baseAddress", Update=true)]
public string BaseAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Module base address.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="baseAddress")>]
member this.BaseAddress : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Module base address.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="baseAddress", Update=true)>]
member this.BaseAddress : string with get, set
Public Property BaseAddress As String

Property Value

Attributes

Applies to