LoadBalancerResource.GetFrontendIPConfigurationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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>> 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))
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.