AssignmentsOperationsExtensions.WhoIsBlueprint Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
SPN-object-id van blauwdrukservice ophalen
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
De bewerkingsgroep voor deze extensiemethode.
- resourceScope
- String
Het bereik van de resource. Geldige bereiken zijn: beheergroep (indeling: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), abonnement (indeling: '/subscriptions/{subscriptionId}').
- assignmentName
- String
Naam van de blauwdruktoewijzing.
Retouren
Van toepassing op
Azure SDK for .NET