GatewayOperationsExtensions.GetDiagnosticsV2Async 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.
L’opération Obtenir les diagnostics V2 obtient des informations sur la passerelle de réseau virtuel actuelle diagnostics session
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);
static member GetDiagnosticsV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus>
<Extension()>
Public Function GetDiagnosticsV2Async (operations As IGatewayOperations, gatewayId As String) As Task(Of GatewayDiagnosticsStatus)
Paramètres
- operations
- IGatewayOperations
Référence à Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- gatewayId
- String
Obligatoire. ID de passerelle de réseau virtuel.
Retours
Status d’une opération de diagnostics de passerelle.
S’applique à
Azure SDK for .NET