Condividi tramite


AssignmentResource.WhoIsBlueprint(CancellationToken) Method

Definition

Get Blueprints service SPN objectId

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/whoIsBlueprint
  • Operation Id: Assignments_WhoIsBlueprint
public virtual Azure.Response<Azure.ResourceManager.Blueprint.Models.WhoIsBlueprintContract> WhoIsBlueprint (System.Threading.CancellationToken cancellationToken = default);
abstract member WhoIsBlueprint : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Blueprint.Models.WhoIsBlueprintContract>
override this.WhoIsBlueprint : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Blueprint.Models.WhoIsBlueprintContract>
Public Overridable Function WhoIsBlueprint (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WhoIsBlueprintContract)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to