ExternalEndpointTrafficManagerEndpointCollection Class

Definition

A class representing a collection of ExternalEndpointTrafficManagerEndpointResource and their operations. Each ExternalEndpointTrafficManagerEndpointResource in the collection will belong to the same instance of TrafficManagerProfileResource. To get a ExternalEndpointTrafficManagerEndpointCollection instance call the GetExternalEndpointTrafficManagerEndpoints method from an instance of TrafficManagerProfileResource.

public class ExternalEndpointTrafficManagerEndpointCollection : Azure.ResourceManager.ArmCollection
type ExternalEndpointTrafficManagerEndpointCollection = class
    inherit ArmCollection
Public Class ExternalEndpointTrafficManagerEndpointCollection
Inherits ArmCollection
Inheritance
ExternalEndpointTrafficManagerEndpointCollection

Constructors

Name Description
ExternalEndpointTrafficManagerEndpointCollection()

Initializes a new instance of ExternalEndpointTrafficManagerEndpointCollection for mocking.

Properties

Name Description
Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Name Description
CreateOrUpdate(WaitUntil, TrafficManagerEndpointType, String, TrafficManagerEndpointData, CancellationToken)

Create or update a Traffic Manager endpoint.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}.
  • Operation Id. : Endpoints_CreateOrUpdate.
  • Default Api Version. : 2024-04-01-preview.
CreateOrUpdateAsync(WaitUntil, TrafficManagerEndpointType, String, TrafficManagerEndpointData, CancellationToken)

Create or update a Traffic Manager endpoint.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}.
  • Operation Id. : Endpoints_CreateOrUpdate.
  • Default Api Version. : 2024-04-01-preview.
Exists(TrafficManagerEndpointType, String, CancellationToken)

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. : 2024-04-01-preview.
ExistsAsync(TrafficManagerEndpointType, String, CancellationToken)

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. : 2024-04-01-preview.
Get(TrafficManagerEndpointType, String, CancellationToken)

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. : 2024-04-01-preview.
GetAsync(TrafficManagerEndpointType, String, CancellationToken)

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. : 2024-04-01-preview.
GetIfExists(TrafficManagerEndpointType, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}.
  • Operation Id. : Endpoints_Get.
  • Default Api Version. : 2024-04-01-preview.
GetIfExistsAsync(TrafficManagerEndpointType, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}.
  • Operation Id. : Endpoints_Get.
  • Default Api Version. : 2024-04-01-preview.
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to