ProbeInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ProbeInner() |
ProbeInner クラスの新しいインスタンスを初期化します。 |
ProbeInner(ProbeProtocol, Int32, String, IList<SubResource>, Nullable<Int32>, Nullable<Int32>, String, ProvisioningState, String, String, String) |
ProbeInner クラスの新しいインスタンスを初期化します。 |
ProbeInner()
ProbeInner クラスの新しいインスタンスを初期化します。
public ProbeInner ();
Public Sub New ()
適用対象
ProbeInner(ProbeProtocol, Int32, String, IList<SubResource>, Nullable<Int32>, Nullable<Int32>, String, ProvisioningState, String, String, String)
ProbeInner クラスの新しいインスタンスを初期化します。
public ProbeInner (Microsoft.Azure.Management.Network.Fluent.Models.ProbeProtocol protocol, int port, string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancingRules = default, int? intervalInSeconds = default, int? numberOfProbes = default, string requestPath = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ProbeInner : Microsoft.Azure.Management.Network.Fluent.Models.ProbeProtocol * int * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Nullable<int> * Nullable<int> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ProbeInner
Public Sub New (protocol As ProbeProtocol, port As Integer, Optional id As String = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional intervalInSeconds As Nullable(Of Integer) = Nothing, Optional numberOfProbes As Nullable(Of Integer) = Nothing, Optional requestPath As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
パラメーター
- protocol
- ProbeProtocol
エンドポイントのプロトコル。 'Tcp' が指定されている場合、プローブを正常に実行するには、受信した ACK が必要です。 'Http' または 'Https' が指定されている場合、プローブを成功させるには、 からの 200 OK 応答が URI を指定する必要があります。 使用できる値は、'Http'、'Tcp'、'Https' です。
- port
- Int32
プローブ通信用ポート。 指定できる値は 1 以上 65535 以下です。
- id
- String
- loadBalancingRules
- IList<SubResource>
このプローブを使用するロード バランサー規則。
どのぐらいの頻度でエンドポイントに正常性状態をプローブするかを表す間隔 (秒)。 この間隔は、割り当てられているタイムアウト期間 (秒) の 1/2 よりもわずかに短くするのが一般的です。そうすることで、2 回のプローブを完全に実施したうえで、インスタンスをローテーションから除外することができます。 既定値は 15、最小値は 5 です。
応答がない場合に、エンドポイントへのそれ以上のトラフィックの配信を停止するプローブの数。 この値を使用すると、エンドポイントを Azure で使用される一般的な時間よりも速く、または低速にローテーションから取り出すことができます。
- requestPath
- String
VM の正常性状態を要求する目的で使用される URI。 プロトコルが http に設定されている場合は、パスが必要です。 それ以外の場合は、許可されません。 既定値はありません。
- provisioningState
- ProvisioningState
プローブ リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。
- name
- String
ロード バランサーで使用されるプローブのセット内で一意のリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
Azure SDK for .NET