コード例 #1
0
 /// <summary>
 /// Retrieves the details of a virtual wan vpn gateway.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The resource group name of the VpnGateway.
 /// </param>
 /// <param name='gatewayName'>
 /// The name of the gateway.
 /// </param>
 public static VpnGateway Get(this IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName)
 {
     return(operations.GetAsync(resourceGroupName, gatewayName).GetAwaiter().GetResult());
 }