Freigeben über


TrafficManagerEndpointCollection.Get Methode

Definition

Ruft einen Traffic Manager-Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}
  • Vorgang IdEndpoints_Get
public virtual Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource> Get (string endpointType, string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>
Public Overridable Function Get (endpointType As String, endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TrafficManagerEndpointResource)

Parameter

endpointType
String

Der Typ des Traffic Manager-Endpunkts. Hier sind nur AzureEndpoints, ExternalEndpoints und NestedEndpoints zulässig.

endpointName
String

Der Name des Traffic Manager-Endpunkts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

endpointType oder endpointName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

endpointType oder endpointName ist NULL.

Gilt für: