TrafficManagerProfileResource.GetTrafficManagerEndpointAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Traffic Manager endpoint.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}
- Operation Id: Endpoints_Get
- Default Api Version: 2022-04-01
- Resource: TrafficManagerEndpointResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>> GetTrafficManagerEndpointAsync (string endpointType, string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrafficManagerEndpointAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>>
override this.GetTrafficManagerEndpointAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointResource>>
Public Overridable Function GetTrafficManagerEndpointAsync (endpointType As String, endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TrafficManagerEndpointResource))
Parameters
- endpointType
- String
The type of the Traffic Manager endpoint. Only AzureEndpoints, ExternalEndpoints and NestedEndpoints are allowed here.
- endpointName
- String
The name of the Traffic Manager endpoint.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
endpointType
or endpointName
is null.
endpointType
or endpointName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET