BlueprintExtensions.GetAssignmentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir une affectation de blueprint.
- Chemin de la requête/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}
- IdAssignments_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.AssignmentResource>> GetAssignmentAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string assignmentName, System.Threading.CancellationToken cancellationToken = default);
static member GetAssignmentAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.AssignmentResource>>
<Extension()>
Public Function GetAssignmentAsync (client As ArmClient, scope As ResourceIdentifier, assignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AssignmentResource))
Paramètres
- scope
- ResourceIdentifier
Étendue à laquelle la ressource s’appliquera.
- assignmentName
- String
Nom de l’affectation de blueprint.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
assignmentName
est une chaîne vide et devait être non vide.
assignmentName
a la valeur null.