次の方法で共有


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 定義済みポリシーの名前。

戻り値

適用対象