IntegrationRuntimeVNetProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド統合ランタイムの 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。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET