FrontDoorEndpointCollection Class

Definition

A class representing a collection of FrontDoorEndpointResource and their operations. Each FrontDoorEndpointResource in the collection will belong to the same instance of ProfileResource. To get a FrontDoorEndpointCollection instance call the GetFrontDoorEndpoints method from an instance of ProfileResource.

public class FrontDoorEndpointCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Cdn.FrontDoorEndpointResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.FrontDoorEndpointResource>
type FrontDoorEndpointCollection = class
    inherit ArmCollection
    interface seq<FrontDoorEndpointResource>
    interface IEnumerable
    interface IAsyncEnumerable<FrontDoorEndpointResource>
Public Class FrontDoorEndpointCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of FrontDoorEndpointResource), IEnumerable(Of FrontDoorEndpointResource)
Inheritance
FrontDoorEndpointCollection
Implements

Constructors

FrontDoorEndpointCollection()

Initializes a new instance of the FrontDoorEndpointCollection 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, FrontDoorEndpointData, CancellationToken)

Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Create
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
CreateOrUpdateAsync(WaitUntil, String, FrontDoorEndpointData, CancellationToken)

Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Create
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Get
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Get
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
Get(String, CancellationToken)

Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Get
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
GetAll(CancellationToken)

Lists existing AzureFrontDoor endpoints.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints
  • Operation Id: FrontDoorEndpoints_ListByProfile
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
GetAllAsync(CancellationToken)

Lists existing AzureFrontDoor endpoints.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints
  • Operation Id: FrontDoorEndpoints_ListByProfile
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
GetAsync(String, CancellationToken)

Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Get
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Get
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Get
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
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<FrontDoorEndpointResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<FrontDoorEndpointResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to