Share via


TrafficManagerEndpointCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • 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 Azure.Response<bool> Exists (string endpointType, string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (endpointType As String, endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

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 an empty string, and was expected to be non-empty.

endpointType or endpointName is null.

Applies to