BlueprintExtensions.GetAssignmentAsync Method

Definition

Get a blueprint assignment.

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}
  • Operation Id: Assignments_Get
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))

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

assignmentName
String

Name of the blueprint assignment.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client or assignmentName is null.

assignmentName is an empty string, and was expected to be non-empty.

Applies to