FrontendEndpointsOperationsExtensions.BeginEnableHttpsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables a frontendEndpoint for HTTPS traffic
public static System.Threading.Tasks.Task BeginEnableHttpsAsync (this Microsoft.Azure.Management.FrontDoor.IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName, Microsoft.Azure.Management.FrontDoor.Models.CustomHttpsConfiguration customHttpsConfiguration, System.Threading.CancellationToken cancellationToken = default);
static member BeginEnableHttpsAsync : Microsoft.Azure.Management.FrontDoor.IFrontendEndpointsOperations * string * string * string * Microsoft.Azure.Management.FrontDoor.Models.CustomHttpsConfiguration * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginEnableHttpsAsync (operations As IFrontendEndpointsOperations, resourceGroupName As String, frontDoorName As String, frontendEndpointName As String, customHttpsConfiguration As CustomHttpsConfiguration, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IFrontendEndpointsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the Resource group within the Azure subscription.
- frontDoorName
- String
Name of the Front Door which is globally unique.
- frontendEndpointName
- String
Name of the Frontend endpoint which is unique within the Front Door.
- customHttpsConfiguration
- CustomHttpsConfiguration
- cancellationToken
- CancellationToken
The cancellation token.