Delen via


SubscriptionAssignmentOperationsExtensions.ListInSubscriptionAsync Methode

Definitie

Bewerkingen weergeven voor opgegeven blauwdruktoewijzing binnen een abonnement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation>> ListInSubscriptionAsync(this Microsoft.Azure.Management.Blueprint.IAssignmentOperations operations, string subscriptionId, string assignmentName, System.Threading.CancellationToken cancellationToken = default);
static member ListInSubscriptionAsync : Microsoft.Azure.Management.Blueprint.IAssignmentOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation>>
<Extension()>
Public Function ListInSubscriptionAsync (operations As IAssignmentOperations, subscriptionId As String, assignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AssignmentOperation))

Parameters

operations
IAssignmentOperations

De bewerkingsgroep voor deze extensiemethode.

subscriptionId
String

azure subscriptionId, waaraan we de blauwdruk toewijzen.

assignmentName
String

naam van de toewijzing.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op