VpnServerConfigurationResource.GetRadiusSecretsAsync Method

Definition

Invokes the GetRadiusSecretsAsync compatibility operation.

public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.RadiusAuthServer> GetRadiusSecretsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetRadiusSecretsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.RadiusAuthServer>
override this.GetRadiusSecretsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.RadiusAuthServer>
Public Overridable Function GetRadiusSecretsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RadiusAuthServer)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of RadiusAuthServer that may take multiple service requests to iterate over.

Applies to