IntegrationRuntimeStatus 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
IntegrationRuntimeStatus() |
Initializes a new instance of the IntegrationRuntimeStatus class. |
IntegrationRuntimeStatus(IDictionary<String,Object>, String, String) |
Initializes a new instance of the IntegrationRuntimeStatus class. |
IntegrationRuntimeStatus()
Initializes a new instance of the IntegrationRuntimeStatus class.
public IntegrationRuntimeStatus ();
Public Sub New ()
Applies to
IntegrationRuntimeStatus(IDictionary<String,Object>, String, String)
Initializes a new instance of the IntegrationRuntimeStatus class.
public IntegrationRuntimeStatus (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string dataFactoryName = default, string state = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatus : System.Collections.Generic.IDictionary<string, obj> * string * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatus
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional dataFactoryName As String = Nothing, Optional state As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- dataFactoryName
- String
The data factory name which the integration runtime belong to.
- state
- String
The state of integration runtime. Possible values include: 'Initial', 'Stopped', 'Started', 'Starting', 'Stopping', 'NeedRegistration', 'Online', 'Limited', 'Offline', 'AccessDenied'
Applies to
Azure SDK for .NET