UpdateIntegrationRuntimeNodeRequest 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
UpdateIntegrationRuntimeNodeRequest() |
Initializes a new instance of the UpdateIntegrationRuntimeNodeRequest class. |
UpdateIntegrationRuntimeNodeRequest(Nullable<Int32>) |
Initializes a new instance of the UpdateIntegrationRuntimeNodeRequest class. |
UpdateIntegrationRuntimeNodeRequest()
Initializes a new instance of the UpdateIntegrationRuntimeNodeRequest class.
public UpdateIntegrationRuntimeNodeRequest ();
Public Sub New ()
Applies to
UpdateIntegrationRuntimeNodeRequest(Nullable<Int32>)
Initializes a new instance of the UpdateIntegrationRuntimeNodeRequest class.
public UpdateIntegrationRuntimeNodeRequest (int? concurrentJobsLimit = default);
new Microsoft.Azure.Management.Synapse.Models.UpdateIntegrationRuntimeNodeRequest : Nullable<int> -> Microsoft.Azure.Management.Synapse.Models.UpdateIntegrationRuntimeNodeRequest
Public Sub New (Optional concurrentJobsLimit As Nullable(Of Integer) = Nothing)
Parameters
The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed.
Applies to
Azure SDK for .NET