LoadBalancerResource.GetFrontendIPConfigurationAsync Method

Definition

Gets load balancer frontend IP configuration.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.FrontendIPConfigurationResource>> GetFrontendIPConfigurationAsync(string frontendIPConfigurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFrontendIPConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.FrontendIPConfigurationResource>>
override this.GetFrontendIPConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.FrontendIPConfigurationResource>>
Public Overridable Function GetFrontendIPConfigurationAsync (frontendIPConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontendIPConfigurationResource))

Parameters

frontendIPConfigurationName
String

The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

frontendIPConfigurationName is null.

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

Applies to