GatewayOperationsExtensions::GetDiagnostics Method (IGatewayOperations^, String^)
The Get Diagnostics operation gets information about the current gateway diagnostics session for the specified virtual network in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: [ExtensionAttribute] static GatewayDiagnosticsStatus^ GetDiagnostics( IGatewayOperations^ operations, String^ networkName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network::IGatewayOperations^
Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- networkName
-
Type:
System::String^
Required. The name of the virtual network for this gateway.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models::GatewayDiagnosticsStatus^The status of a gateway diagnostics operation.
Show: