你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationRuntimeVNetProperties Class

Definition

VNet properties for managed integration runtime.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeVNetProperties+IntegrationRuntimeVNetPropertiesConverter))]
public class IntegrationRuntimeVNetProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeVNetProperties+IntegrationRuntimeVNetPropertiesConverter))>]
type IntegrationRuntimeVNetProperties = class
Public Class IntegrationRuntimeVNetProperties
Inheritance
IntegrationRuntimeVNetProperties
Attributes

Constructors

IntegrationRuntimeVNetProperties()

Initializes a new instance of IntegrationRuntimeVNetProperties.

Properties

AdditionalProperties

Additional Properties.

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.

VNetId

The ID of the VNet that this integration runtime will join.

Applies to