PrivateLinkAssociationOperationsExtensions.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 a private link association for a management group scope
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociationGetResult> ListAsync (this Microsoft.Azure.Management.ResourceManager.IPrivateLinkAssociationOperations operations, string groupId, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ResourceManager.IPrivateLinkAssociationOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociationGetResult>
<Extension()>
Public Function ListAsync (operations As IPrivateLinkAssociationOperations, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkAssociationGetResult)
Parameters
- operations
- IPrivateLinkAssociationOperations
The operations group for this extension method.
- groupId
- String
The management group ID.
- cancellationToken
- CancellationToken
The cancellation token.