MockableNetworkSubscriptionResource.GetAvailableRequestHeadersApplicationGateways 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 GetAvailableRequestHeadersApplicationGateways compatibility operation.
public virtual Azure.Pageable<string> GetAvailableRequestHeadersApplicationGateways(System.Threading.CancellationToken cancellationToken);
public virtual Azure.Pageable<string> GetAvailableRequestHeadersApplicationGateways(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableRequestHeadersApplicationGateways : System.Threading.CancellationToken -> Azure.Pageable<string>
override this.GetAvailableRequestHeadersApplicationGateways : System.Threading.CancellationToken -> Azure.Pageable<string>
Public Overridable Function GetAvailableRequestHeadersApplicationGateways (cancellationToken As CancellationToken) As Pageable(Of String)
Public Overridable Function GetAvailableRequestHeadersApplicationGateways (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.