IntegrationRuntimeStatusResponse 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
IntegrationRuntimeStatusResponse() |
Initializes a new instance of the IntegrationRuntimeStatusResponse class. |
IntegrationRuntimeStatusResponse(IntegrationRuntimeStatus, String) |
Initializes a new instance of the IntegrationRuntimeStatusResponse class. |
IntegrationRuntimeStatusResponse()
Initializes a new instance of the IntegrationRuntimeStatusResponse class.
public IntegrationRuntimeStatusResponse ();
Public Sub New ()
Applies to
IntegrationRuntimeStatusResponse(IntegrationRuntimeStatus, String)
Initializes a new instance of the IntegrationRuntimeStatusResponse class.
public IntegrationRuntimeStatusResponse (Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatus properties, string name = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatusResponse : Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatus * string -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatusResponse
Public Sub New (properties As IntegrationRuntimeStatus, Optional name As String = Nothing)
Parameters
- properties
- IntegrationRuntimeStatus
Integration runtime properties.
- name
- String
The integration runtime name.