TrafficControllerFrontendCollection Class

Definition

A class representing a collection of TrafficControllerFrontendResource and their operations. Each TrafficControllerFrontendResource in the collection will belong to the same instance of TrafficControllerResource. To get a TrafficControllerFrontendCollection instance call the GetTrafficControllerFrontends method from an instance of TrafficControllerResource.

C#
public class TrafficControllerFrontendCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendResource>
Inheritance
TrafficControllerFrontendCollection
Implements

Constructors

TrafficControllerFrontendCollection()

Initializes a new instance of the TrafficControllerFrontendCollection class for mocking.

Properties

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

CreateOrUpdate(WaitUntil, String, TrafficControllerFrontendData, CancellationToken)

Create a Frontend

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: Frontend_CreateOrUpdate
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
CreateOrUpdateAsync(WaitUntil, String, TrafficControllerFrontendData, CancellationToken)

Create a Frontend

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: Frontend_CreateOrUpdate
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: Frontend_Get
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: Frontend_Get
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
Get(String, CancellationToken)

Get a Frontend

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: Frontend_Get
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
GetAll(CancellationToken)

List Frontend resources by TrafficController

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends
  • Operation Id: Frontend_ListByTrafficController
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
GetAllAsync(CancellationToken)

List Frontend resources by TrafficController

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends
  • Operation Id: Frontend_ListByTrafficController
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
GetAsync(String, CancellationToken)

Get a Frontend

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: Frontend_Get
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: Frontend_Get
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • Operation Id: Frontend_Get
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerFrontendResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<TrafficControllerFrontendResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<TrafficControllerFrontendResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to

Táirge Leaganacha
Azure SDK for .NET Latest