InboundEndpointIPConfiguration(WritableSubResource) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
InboundEndpointIPConfiguration の新しいインスタンスを初期化します。
public InboundEndpointIPConfiguration (Azure.ResourceManager.Resources.Models.WritableSubResource subnet);
new Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPConfiguration : Azure.ResourceManager.Resources.Models.WritableSubResource -> Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPConfiguration
Public Sub New (subnet As WritableSubResource)
パラメーター
- subnet
- WritableSubResource
IP 構成にバインドされているサブネットへの参照。
例外
subnet が null です。