ConnectionMonitorInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConnectionMonitorInner() |
ConnectionMonitorInner クラスの新しいインスタンスを初期化します。 |
ConnectionMonitorInner(ConnectionMonitorSource, ConnectionMonitorDestination, String, IDictionary<String,String>, Nullable<Boolean>, Nullable<Int32>) |
ConnectionMonitorInner クラスの新しいインスタンスを初期化します。 |
ConnectionMonitorInner()
ConnectionMonitorInner クラスの新しいインスタンスを初期化します。
public ConnectionMonitorInner();
Public Sub New ()
適用対象
ConnectionMonitorInner(ConnectionMonitorSource, ConnectionMonitorDestination, String, IDictionary<String,String>, Nullable<Boolean>, Nullable<Int32>)
ConnectionMonitorInner クラスの新しいインスタンスを初期化します。
public ConnectionMonitorInner(Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorSource source, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorDestination destination, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? autoStart = default, int? monitoringIntervalInSeconds = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorInner : Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorSource * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorDestination * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorInner
Public Sub New (source As ConnectionMonitorSource, destination As ConnectionMonitorDestination, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional autoStart As Nullable(Of Boolean) = Nothing, Optional monitoringIntervalInSeconds As Nullable(Of Integer) = Nothing)
パラメーター
- source
- ConnectionMonitorSource
接続モニターのソースについて説明します。
- destination
- ConnectionMonitorDestination
接続モニターの宛先について説明します。
- location
- String
接続モニターの場所。
- tags
- IDictionary<String,String>
接続モニター タグ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET