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

ApplicationGatewaysOperationsExtensions.GetSslPredefinedPolicy 方法

定义

获取具有指定策略名称的 Ssl 预定义策略。

public static Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPredefinedPolicy GetSslPredefinedPolicy (this Microsoft.Azure.Management.Network.IApplicationGatewaysOperations operations, string predefinedPolicyName);
static member GetSslPredefinedPolicy : Microsoft.Azure.Management.Network.IApplicationGatewaysOperations * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPredefinedPolicy
<Extension()>
Public Function GetSslPredefinedPolicy (operations As IApplicationGatewaysOperations, predefinedPolicyName As String) As ApplicationGatewaySslPredefinedPolicy

参数

operations
IApplicationGatewaysOperations

此扩展方法的操作组。

predefinedPolicyName
String

Ssl 预定义策略的名称。

返回

适用于