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

IntegrationRuntimeVNetProperties 类

定义

托管集成运行时的 VNet 属性。

[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
继承
IntegrationRuntimeVNetProperties
属性

构造函数

IntegrationRuntimeVNetProperties()

初始化 IntegrationRuntimeVNetProperties 的新实例。

属性

AdditionalProperties

其他属性。

PublicIPs

此集成运行时将使用的公共 IP 地址的资源 ID。

Subnet

此集成运行时将加入的子网的名称。

VNetId

此集成运行时将加入的 VNet 的 ID。

适用于