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.
Invokes the GetAvailableServerVariablesApplicationGateways compatibility operation.
public virtual Azure.Pageable<string> GetAvailableServerVariablesApplicationGateways(System.Threading.CancellationToken cancellationToken);
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 (cancellationToken As CancellationToken) As Pageable(Of 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.