MockableNetworkSubscriptionResource.GetApplicationGatewayAvailableSslPredefinedPoliciesAsync 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 GetApplicationGatewayAvailableSslPredefinedPoliciesAsync compatibility operation.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy> GetApplicationGatewayAvailableSslPredefinedPoliciesAsync(System.Threading.CancellationToken cancellationToken);
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy> GetApplicationGatewayAvailableSslPredefinedPoliciesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewayAvailableSslPredefinedPoliciesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
override this.GetApplicationGatewayAvailableSslPredefinedPoliciesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
Public Overridable Function GetApplicationGatewayAvailableSslPredefinedPoliciesAsync (cancellationToken As CancellationToken) As AsyncPageable(Of ApplicationGatewaySslPredefinedPolicy)
Public Overridable Function GetApplicationGatewayAvailableSslPredefinedPoliciesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationGatewaySslPredefinedPolicy)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ApplicationGatewaySslPredefinedPolicy that may take multiple service requests to iterate over.