IWebJob.Setting Property

Definition

Job settings.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Job settings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWebJobPropertiesSettings) }, Read=true, ReadOnly=false, Required=false, SerializedName="settings", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWebJobPropertiesSettings Setting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Job settings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWebJobPropertiesSettings) }, Read=true, ReadOnly=false, Required=false, SerializedName="settings", Update=true)>]
member this.Setting : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWebJobPropertiesSettings with get, set
Public Property Setting As IWebJobPropertiesSettings

Property Value

Attributes

Applies to