DigitalTwinsEndpointOperationsExtensions.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.
Get DigitalTwinsInstance Endpoints.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsEndpointResource>> ListAsync (this Microsoft.Azure.Management.DigitalTwins.IDigitalTwinsEndpointOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DigitalTwins.IDigitalTwinsEndpointOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsEndpointResource>>
<Extension()>
Public Function ListAsync (operations As IDigitalTwinsEndpointOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DigitalTwinsEndpointResource))
Parameters
- operations
- IDigitalTwinsEndpointOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
- String
The name of the DigitalTwinsInstance.
- cancellationToken
- CancellationToken
The cancellation token.