次の方法で共有


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。

適用対象