Udostępnij za pośrednictwem


FrontendEndpointsOperationsExtensions.BeginEnableHttps Method

Definition

Enables a frontendEndpoint for HTTPS traffic

public static void BeginEnableHttps (this Microsoft.Azure.Management.FrontDoor.IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName, Microsoft.Azure.Management.FrontDoor.Models.CustomHttpsConfiguration customHttpsConfiguration);
static member BeginEnableHttps : Microsoft.Azure.Management.FrontDoor.IFrontendEndpointsOperations * string * string * string * Microsoft.Azure.Management.FrontDoor.Models.CustomHttpsConfiguration -> unit
<Extension()>
Public Sub BeginEnableHttps (operations As IFrontendEndpointsOperations, resourceGroupName As String, frontDoorName As String, frontendEndpointName As String, customHttpsConfiguration As CustomHttpsConfiguration)

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

Applies to