Freigeben über


PublishedBlueprintsOperationsExtensions.Get Methode

Definition

Rufen Sie eine veröffentlichte Version einer Blaupausendefinition ab.

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

Parameter

operations
IPublishedBlueprintsOperations

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.

versionId
String

Version der veröffentlichten Blaupausendefinition.

Gibt zurück

Gilt für: