Udostępnij za pośrednictwem


IFrontendEndpointsOperations Interface

Definition

FrontendEndpointsOperations operations.

public interface IFrontendEndpointsOperations
type IFrontendEndpointsOperations = interface
Public Interface IFrontendEndpointsOperations

Methods

BeginDisableHttpsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Disables a frontendEndpoint for HTTPS traffic

BeginEnableHttpsWithHttpMessagesAsync(String, String, String, CustomHttpsConfiguration, Dictionary<String,List<String>>, CancellationToken)

Enables a frontendEndpoint for HTTPS traffic

DisableHttpsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Disables a frontendEndpoint for HTTPS traffic

EnableHttpsWithHttpMessagesAsync(String, String, String, CustomHttpsConfiguration, Dictionary<String,List<String>>, CancellationToken)

Enables a frontendEndpoint for HTTPS traffic

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByFrontDoorNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the frontend endpoints within a Front Door.

ListByFrontDoorWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the frontend endpoints within a Front Door.

Extension 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