次の方法で共有


NetworkWatchersOperationsExtensions.VerifyIPFlow メソッド

定義

現在構成されている NSG 規則を指定して、指定した VM から場所への IP フローを確認します。

public static Microsoft.Azure.Management.Network.Models.VerificationIPFlowResult VerifyIPFlow (this Microsoft.Azure.Management.Network.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Models.VerificationIPFlowParameters parameters);
static member VerifyIPFlow : Microsoft.Azure.Management.Network.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Models.VerificationIPFlowParameters -> Microsoft.Azure.Management.Network.Models.VerificationIPFlowResult
<Extension()>
Public Function VerifyIPFlow (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As VerificationIPFlowParameters) As VerificationIPFlowResult

パラメーター

operations
INetworkWatchersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

networkWatcherName
String

ネットワーク ウォッチャーの名前。

parameters
VerificationIPFlowParameters

検証する IP フローを定義するパラメーター。

戻り値

適用対象