EdgeModulesOperationsExtensions.ListAsync 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.
List all existing edge module resources.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.EdgeModuleEntity>> ListAsync (this Microsoft.Azure.Management.VideoAnalyzer.IEdgeModulesOperations operations, string resourceGroupName, string accountName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.VideoAnalyzer.IEdgeModulesOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.EdgeModuleEntity>>
<Extension()>
Public Function ListAsync (operations As IEdgeModulesOperations, resourceGroupName As String, accountName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EdgeModuleEntity))
Parameters
- operations
- IEdgeModulesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- accountName
- String
The Azure Video Analyzer account name.
Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
List all existing edge module resources, along with their JSON representations.
Applies to
Azure SDK for .NET