MockableNetworkResourceGroupResource.GetVpnServerConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the details of a VpnServerConfiguration.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}
- Operation Id: VpnServerConfigurations_Get
- Default Api Version: 2024-03-01
- Resource: VpnServerConfigurationResource
public virtual Azure.Response<Azure.ResourceManager.Network.VpnServerConfigurationResource> GetVpnServerConfiguration (string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVpnServerConfiguration : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.VpnServerConfigurationResource>
override this.GetVpnServerConfiguration : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.VpnServerConfigurationResource>
Public Overridable Function GetVpnServerConfiguration (vpnServerConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VpnServerConfigurationResource)
Parameters
- vpnServerConfigurationName
- String
The name of the VpnServerConfiguration being retrieved.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
vpnServerConfigurationName
is null.
vpnServerConfigurationName
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET