MockableNetworkSubscriptionResource.GetApplicationGatewayAvailableSslPredefinedPolicies 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 all SSL predefined policies for configuring Ssl policy.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies
- Operation Id: ApplicationGateways_ListAvailableSslPredefinedPolicies
- Default Api Version: 2024-05-01
- Resource: ApplicationGatewayResource
public virtual Azure.Pageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy> GetApplicationGatewayAvailableSslPredefinedPolicies(System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewayAvailableSslPredefinedPolicies : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
override this.GetApplicationGatewayAvailableSslPredefinedPolicies : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
Public Overridable Function GetApplicationGatewayAvailableSslPredefinedPolicies (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationGatewaySslPredefinedPolicy)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ApplicationGatewaySslPredefinedPolicy that may take multiple service requests to iterate over.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET