CreateLinkedIntegrationRuntimeRequest Class
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.
The linked integration runtime information.
public class CreateLinkedIntegrationRuntimeRequest
type CreateLinkedIntegrationRuntimeRequest = class
Public Class CreateLinkedIntegrationRuntimeRequest
- Inheritance
-
CreateLinkedIntegrationRuntimeRequest
Constructors
CreateLinkedIntegrationRuntimeRequest() |
Initializes a new instance of the CreateLinkedIntegrationRuntimeRequest class. |
CreateLinkedIntegrationRuntimeRequest(String, String, String, String) |
Initializes a new instance of the CreateLinkedIntegrationRuntimeRequest class. |
Properties
DataFactoryLocation |
Gets or sets the location of the data factory that the linked integration runtime belongs to. |
DataFactoryName |
Gets or sets the name of the data factory that the linked integration runtime belongs to. |
Name |
Gets or sets the name of the linked integration runtime. |
SubscriptionId |
Gets or sets the ID of the subscription that the linked integration runtime belongs to. |
Applies to
Azure SDK for .NET