SynapseIntegrationRuntimeVnetProperties Class

Definition

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:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

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