Freigeben über


BlueprintsOperationsExtensions.Get Methode

Definition

Rufen Sie eine Blaupausendefinition ab.

public static Microsoft.Azure.Management.Blueprint.Models.BlueprintModel Get (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string resourceScope, string blueprintName);
static member Get : Microsoft.Azure.Management.Blueprint.IBlueprintsOperations * string * string -> Microsoft.Azure.Management.Blueprint.Models.BlueprintModel
<Extension()>
Public Function Get (operations As IBlueprintsOperations, resourceScope As String, blueprintName As String) As BlueprintModel

Parameter

operations
IBlueprintsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceScope
String

Der Bereich der Ressource. Gültige Bereiche sind: Verwaltungsgruppe (Format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), Abonnement (Format: '/subscriptions/{subscriptionId}').

blueprintName
String

Name der Blaupausendefinition.

Gibt zurück

Gilt für: