WebJobInner Constructors
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.
Overloads
WebJobInner() |
Initializes a new instance of the WebJobInner class. |
WebJobInner(String, String, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>) |
Initializes a new instance of the WebJobInner class. |
WebJobInner()
Initializes a new instance of the WebJobInner class.
public WebJobInner ();
Public Sub New ()
Applies to
WebJobInner(String, String, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)
Initializes a new instance of the WebJobInner class.
public WebJobInner (string id = default, string name = default, string type = default, string kind = default, string runCommand = default, string url = default, string extraInfoUrl = default, Microsoft.Azure.Management.AppService.Fluent.Models.WebJobType? webJobType = default, string error = default, bool? usingSdk = default, System.Collections.Generic.IDictionary<string,object> settings = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.WebJobInner : string * string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.WebJobType> * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.AppService.Fluent.Models.WebJobInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional runCommand As String = Nothing, Optional url As String = Nothing, Optional extraInfoUrl As String = Nothing, Optional webJobType As Nullable(Of WebJobType) = Nothing, Optional error As String = Nothing, Optional usingSdk As Nullable(Of Boolean) = Nothing, Optional settings As IDictionary(Of String, Object) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- runCommand
- String
Run command.
- url
- String
Job URL.
- extraInfoUrl
- String
Extra Info URL.
- webJobType
- Nullable<WebJobType>
Job type. Possible values include: 'Continuous', 'Triggered'
- error
- String
Error information.
- settings
- IDictionary<String,Object>
Job settings.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET