Operations.ListAsync(CancellationToken) 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 of the available REST API operations of the Microsoft.Communication provider.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Communication.Models.Operation> ListAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Communication.Models.Operation>
override this.ListAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Communication.Models.Operation>
Public Overridable Function ListAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of Operation)
Parameters
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.