MockableNetworkSubscriptionResource.GetApplicationGatewaySslPredefinedPolicyAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the GetApplicationGatewaySslPredefinedPolicyAsync compatibility operation.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>> GetApplicationGatewaySslPredefinedPolicyAsync(string predefinedPolicyName, System.Threading.CancellationToken cancellationToken);
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>> GetApplicationGatewaySslPredefinedPolicyAsync(string predefinedPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewaySslPredefinedPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>>
override this.GetApplicationGatewaySslPredefinedPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>>
Public Overridable Function GetApplicationGatewaySslPredefinedPolicyAsync (predefinedPolicyName As String, cancellationToken As CancellationToken) As Task(Of Response(Of ApplicationGatewaySslPredefinedPolicy))
Public Overridable Function GetApplicationGatewaySslPredefinedPolicyAsync (predefinedPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationGatewaySslPredefinedPolicy))
Parameters
- predefinedPolicyName
- String
Name of Ssl predefined policy.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
predefinedPolicyName is an empty string, and was expected to be non-empty.
predefinedPolicyName is null.