NetworkExtensions.GetVpnServerConfigurationAsync Method

Definition

Retrieves the details of a VpnServerConfiguration. <item> Mocking. To mock this method, please mock GetVpnServerConfigurationAsync(String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.VpnServerConfigurationResource>> GetVpnServerConfigurationAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default);
static member GetVpnServerConfigurationAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.VpnServerConfigurationResource>>
<Extension()>
Public Function GetVpnServerConfigurationAsync (resourceGroupResource As ResourceGroupResource, vpnServerConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VpnServerConfigurationResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

vpnServerConfigurationName
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

vpnServerConfigurationName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to