MockableNetworkSubscriptionResource.GetAvailableServerVariables 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. : ApplicationGatewaysOperationGroup_ListAvailableServerVariables.
- Default Api Version. : 2025-07-01.
public virtual Azure.Pageable<string> GetAvailableServerVariables(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableServerVariables : System.Threading.CancellationToken -> Azure.Pageable<string>
override this.GetAvailableServerVariables : System.Threading.CancellationToken -> Azure.Pageable<string>
Public Overridable Function GetAvailableServerVariables (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.