ServiceTopologiesOperationsExtensions.ListAsync Method

Definition

Lists the service topologies in the resource group.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource>> ListAsync (this Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource>>
<Extension()>
Public Function ListAsync (operations As IServiceTopologiesOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of ServiceTopologyResource))

Parameters

operations
IServiceTopologiesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to