NetworkWatchersOperationsExtensions.VerifyIPFlow Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifiez le flux IP de la machine virtuelle spécifiée vers un emplacement en fonction des règles de groupe de sécurité réseau actuellement configurées.
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
Paramètres
- operations
- INetworkWatchersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- networkWatcherName
- String
Nom de l’observateur de réseau.
- parameters
- VerificationIPFlowParameters
Paramètres qui définissent le flux IP à vérifier.
Retours
S’applique à
Azure SDK for .NET