Compartilhar via


FrontendEndpointsOperationsExtensions Class

Definition

Extension methods for FrontendEndpointsOperations

public static class FrontendEndpointsOperationsExtensions
type FrontendEndpointsOperationsExtensions = class
Public Module FrontendEndpointsOperationsExtensions
Inheritance
FrontendEndpointsOperationsExtensions

Methods

BeginDisableHttps(IFrontendEndpointsOperations, String, String, String)

Disables a frontendEndpoint for HTTPS traffic

BeginDisableHttpsAsync(IFrontendEndpointsOperations, String, String, String, CancellationToken)

Disables a frontendEndpoint for HTTPS traffic

BeginEnableHttps(IFrontendEndpointsOperations, String, String, String, CustomHttpsConfiguration)

Enables a frontendEndpoint for HTTPS traffic

BeginEnableHttpsAsync(IFrontendEndpointsOperations, String, String, String, CustomHttpsConfiguration, CancellationToken)

Enables a frontendEndpoint for HTTPS traffic

DisableHttps(IFrontendEndpointsOperations, String, String, String)

Disables a frontendEndpoint for HTTPS traffic

DisableHttpsAsync(IFrontendEndpointsOperations, String, String, String, CancellationToken)

Disables a frontendEndpoint for HTTPS traffic

EnableHttps(IFrontendEndpointsOperations, String, String, String, CustomHttpsConfiguration)

Enables a frontendEndpoint for HTTPS traffic

EnableHttpsAsync(IFrontendEndpointsOperations, String, String, String, CustomHttpsConfiguration, CancellationToken)

Enables a frontendEndpoint for HTTPS traffic

Get(IFrontendEndpointsOperations, String, String, String)

Gets a Frontend endpoint with the specified name within the specified Front Door.

GetAsync(IFrontendEndpointsOperations, String, String, String, CancellationToken)

Gets a Frontend endpoint with the specified name within the specified Front Door.

ListByFrontDoor(IFrontendEndpointsOperations, String, String)

Lists all of the frontend endpoints within a Front Door.

ListByFrontDoorAsync(IFrontendEndpointsOperations, String, String, CancellationToken)

Lists all of the frontend endpoints within a Front Door.

ListByFrontDoorNext(IFrontendEndpointsOperations, String)

Lists all of the frontend endpoints within a Front Door.

ListByFrontDoorNextAsync(IFrontendEndpointsOperations, String, CancellationToken)

Lists all of the frontend endpoints within a Front Door.

Applies to