MockableNetworkSubscriptionResource.GetAvailableServerVariablesApplicationGateways 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 available server variables.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableServerVariables
- Operation Id: ApplicationGateways_ListAvailableServerVariables
- Default Api Version: 2024-05-01
- Resource: ApplicationGatewayResource
public virtual Azure.Pageable<string> GetAvailableServerVariablesApplicationGateways (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableServerVariablesApplicationGateways : System.Threading.CancellationToken -> Azure.Pageable<string>
override this.GetAvailableServerVariablesApplicationGateways : System.Threading.CancellationToken -> Azure.Pageable<string>
Public Overridable Function GetAvailableServerVariablesApplicationGateways (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of String)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of String that may take multiple service requests to iterate over.