Megosztás a következőn keresztül:


AssignmentOperationsExtensions.GetAsync Metódus

Definíció

Terv-hozzárendelési művelet lekérése.

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

Paraméterek

operations
IAssignmentOperations

A bővítménymetódus műveleti csoportja.

resourceScope
String

Az erőforrás hatóköre. Érvényes hatókörök: felügyeleti csoport (formátum: "/providers/Microsoft.Management/managementGroups/{managementGroup}"), előfizetés (formátum: '/subscriptions/{subscriptionId}').

assignmentName
String

A terv-hozzárendelés neve.

assignmentOperationName
String

A terv-hozzárendelési művelet neve.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: