TriggeredWebJobOperationsExtensions.GetSettings Method
Get the settings of a triggered WebJob.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim operations As ITriggeredWebJobOperations
Dim jobName As String
Dim returnValue As TriggeredWebJobSettingsResponse
returnValue = TriggeredWebJobOperationsExtensions.GetSettings(operations, jobName)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetSettings ( _
operations As ITriggeredWebJobOperations, _
jobName As String _
) As TriggeredWebJobSettingsResponse
[ExtensionAttribute]
public static TriggeredWebJobSettingsResponse GetSettings (
ITriggeredWebJobOperations operations,
string jobName
)
[ExtensionAttribute]
public:
static TriggeredWebJobSettingsResponse^ GetSettings (
ITriggeredWebJobOperations^ operations,
String^ jobName
)
/** @attribute ExtensionAttribute() */
public static TriggeredWebJobSettingsResponse GetSettings (
ITriggeredWebJobOperations operations,
String jobName
)
ExtensionAttribute
public static function GetSettings (
operations : ITriggeredWebJobOperations,
jobName : String
) : TriggeredWebJobSettingsResponse
Parameters
- operations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
- jobName
Required. The triggered WebJob name.
Return Value
The triggered WebJob settings operation response.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
TriggeredWebJobOperationsExtensions Class
TriggeredWebJobOperationsExtensions Members
Microsoft.WindowsAzure Namespace