AssignmentsOperationsExtensions.WhoIsBlueprint Method

Definition

Get Blueprints service SPN objectId

public static Microsoft.Azure.Management.Blueprint.Models.WhoIsBlueprintContract WhoIsBlueprint (this Microsoft.Azure.Management.Blueprint.IAssignmentsOperations operations, string resourceScope, string assignmentName);
static member WhoIsBlueprint : Microsoft.Azure.Management.Blueprint.IAssignmentsOperations * string * string -> Microsoft.Azure.Management.Blueprint.Models.WhoIsBlueprintContract
<Extension()>
Public Function WhoIsBlueprint (operations As IAssignmentsOperations, resourceScope As String, assignmentName As String) As WhoIsBlueprintContract

Parameters

operations
IAssignmentsOperations

The operations group for this extension method.

resourceScope
String

The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').

assignmentName
String

Name of the blueprint assignment.

Returns

Applies to