Freigeben über


FrontendIPConfigurationCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft die Front-End-IP-Konfiguration des Lastenausgleichs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/frontendIPConfigurations/{frontendIPConfigurationName}
  • Vorgangs-IdLoadBalancerFrontendIPConfigurations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.FrontendIPConfigurationResource>> GetAsync (string frontendIPConfigurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.FrontendIPConfigurationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.FrontendIPConfigurationResource>>
Public Overridable Function GetAsync (frontendIPConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontendIPConfigurationResource))

Parameter

frontendIPConfigurationName
String

Der Name der Front-End-IP-Konfiguration.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

frontendIPConfigurationName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

frontendIPConfigurationName ist NULL.

Gilt für: