TriggeredWebJobOperationsExtensions.GetSettings Method (ITriggeredWebJobOperations, String)

 

Get the settings of a triggered WebJob.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public static TriggeredWebJobSettingsResponse GetSettings(
    this ITriggeredWebJobOperations operations,
    string jobName
)
public:
[ExtensionAttribute]
static TriggeredWebJobSettingsResponse^ GetSettings(
    ITriggeredWebJobOperations^ operations,
    String^ jobName
)
static member GetSettings : 
        operations:ITriggeredWebJobOperations *
        jobName:string -> TriggeredWebJobSettingsResponse
<ExtensionAttribute>
Public Shared Function GetSettings (
    operations As ITriggeredWebJobOperations,
    jobName As String
) As TriggeredWebJobSettingsResponse

Parameters

  • jobName
    Type: System.String

    Required. The triggered WebJob name.

Return Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsResponse

The triggered WebJob settings operation response.

See Also

TriggeredWebJobOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top