NetworkExtensions.GetApplicationGatewaySslPredefinedPolicy メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したポリシー名を持つ Ssl 定義済みポリシーを取得します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName}
- 操作IdApplicationGateways_GetSslPredefinedPolicy
public static Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy> GetApplicationGatewaySslPredefinedPolicy (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string predefinedPolicyName, System.Threading.CancellationToken cancellationToken = default);
static member GetApplicationGatewaySslPredefinedPolicy : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
<Extension()>
Public Function GetApplicationGatewaySslPredefinedPolicy (subscriptionResource As SubscriptionResource, predefinedPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationGatewaySslPredefinedPolicy)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行するインスタンス。
- predefinedPolicyName
- String
Ssl 定義済みポリシーの名前。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
predefinedPolicyName
は空の文字列であり、空でないと想定されていました。
predefinedPolicyName
が null です。