你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FrontendEndpoints interface

表示 FrontendEndpoints 的接口。

方法

beginDisableHttps(string, string, string, FrontendEndpointsDisableHttpsOptionalParams)

禁用 HTTPS 流量的前端Endpoint

beginDisableHttpsAndWait(string, string, string, FrontendEndpointsDisableHttpsOptionalParams)

禁用 HTTPS 流量的前端Endpoint

beginEnableHttps(string, string, string, CustomHttpsConfiguration, FrontendEndpointsEnableHttpsOptionalParams)

为 HTTPS 流量启用 frontendEndpoint

beginEnableHttpsAndWait(string, string, string, CustomHttpsConfiguration, FrontendEndpointsEnableHttpsOptionalParams)

为 HTTPS 流量启用 frontendEndpoint

get(string, string, string, FrontendEndpointsGetOptionalParams)

获取具有指定 Front Door 内指定名称的前端终结点。

listByFrontDoor(string, string, FrontendEndpointsListByFrontDoorOptionalParams)

列出 Front Door 中的所有前端终结点。

方法详细信息

beginDisableHttps(string, string, string, FrontendEndpointsDisableHttpsOptionalParams)

禁用 HTTPS 流量的前端Endpoint

function beginDisableHttps(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsDisableHttpsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

参数

resourceGroupName

string

Azure 订阅中的资源组的名称。

frontDoorName

string

全局唯一的 Front Door 的名称。

frontendEndpointName

string

Front Door 中唯一的前端终结点的名称。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDisableHttpsAndWait(string, string, string, FrontendEndpointsDisableHttpsOptionalParams)

禁用 HTTPS 流量的前端Endpoint

function beginDisableHttpsAndWait(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsDisableHttpsOptionalParams): Promise<void>

参数

resourceGroupName

string

Azure 订阅中的资源组的名称。

frontDoorName

string

全局唯一的 Front Door 的名称。

frontendEndpointName

string

Front Door 中唯一的前端终结点的名称。

返回

Promise<void>

beginEnableHttps(string, string, string, CustomHttpsConfiguration, FrontendEndpointsEnableHttpsOptionalParams)

为 HTTPS 流量启用 frontendEndpoint

function beginEnableHttps(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, customHttpsConfiguration: CustomHttpsConfiguration, options?: FrontendEndpointsEnableHttpsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

参数

resourceGroupName

string

Azure 订阅中的资源组的名称。

frontDoorName

string

全局唯一的 Front Door 的名称。

frontendEndpointName

string

Front Door 中唯一的前端终结点的名称。

customHttpsConfiguration
CustomHttpsConfiguration

指定如何启用 HTTPS 的配置

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginEnableHttpsAndWait(string, string, string, CustomHttpsConfiguration, FrontendEndpointsEnableHttpsOptionalParams)

为 HTTPS 流量启用 frontendEndpoint

function beginEnableHttpsAndWait(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, customHttpsConfiguration: CustomHttpsConfiguration, options?: FrontendEndpointsEnableHttpsOptionalParams): Promise<void>

参数

resourceGroupName

string

Azure 订阅中的资源组的名称。

frontDoorName

string

全局唯一的 Front Door 的名称。

frontendEndpointName

string

Front Door 中唯一的前端终结点的名称。

customHttpsConfiguration
CustomHttpsConfiguration

指定如何启用 HTTPS 的配置

返回

Promise<void>

get(string, string, string, FrontendEndpointsGetOptionalParams)

获取具有指定 Front Door 内指定名称的前端终结点。

function get(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsGetOptionalParams): Promise<FrontendEndpoint>

参数

resourceGroupName

string

Azure 订阅中的资源组的名称。

frontDoorName

string

全局唯一的 Front Door 的名称。

frontendEndpointName

string

Front Door 中唯一的前端终结点的名称。

options
FrontendEndpointsGetOptionalParams

选项参数。

返回

Promise<FrontendEndpoint>

listByFrontDoor(string, string, FrontendEndpointsListByFrontDoorOptionalParams)

列出 Front Door 中的所有前端终结点。

function listByFrontDoor(resourceGroupName: string, frontDoorName: string, options?: FrontendEndpointsListByFrontDoorOptionalParams): PagedAsyncIterableIterator<FrontendEndpoint, FrontendEndpoint[], PageSettings>

参数

resourceGroupName

string

Azure 订阅中的资源组的名称。

frontDoorName

string

全局唯一的 Front Door 的名称。

返回