SynapseIntegrationRuntimeVnetProperties 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.
VNet properties for managed integration runtime.
public class SynapseIntegrationRuntimeVnetProperties
type SynapseIntegrationRuntimeVnetProperties = class
Public Class SynapseIntegrationRuntimeVnetProperties
- Inheritance
-
SynapseIntegrationRuntimeVnetProperties
Constructors
SynapseIntegrationRuntimeVnetProperties() |
Initializes a new instance of SynapseIntegrationRuntimeVnetProperties. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
PublicIPs |
Resource IDs of the public IP addresses that this integration runtime will use. |
Subnet |
The name of the subnet this integration runtime will join. |
SubnetId |
The ID of subnet, to which this Azure-SSIS integration runtime will be joined. |
VnetId |
The ID of the VNet that this integration runtime will join. |
Applies to
Azure SDK for .NET