MockableNetworkSubscriptionResource.GetApplicationGatewayAvailableSslOptionsAsync 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.
Lists available Ssl options for configuring Ssl policy.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default
- Operation Id: ApplicationGateways_ListAvailableSslOptions
- Default Api Version: 2024-03-01
- Resource: ApplicationGatewayResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewayAvailableSslOptionsInfo>> GetApplicationGatewayAvailableSslOptionsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewayAvailableSslOptionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewayAvailableSslOptionsInfo>>
override this.GetApplicationGatewayAvailableSslOptionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewayAvailableSslOptionsInfo>>
Public Overridable Function GetApplicationGatewayAvailableSslOptionsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationGatewayAvailableSslOptionsInfo))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.