BlueprintsOperationsExtensions.List(IBlueprintsOperations, String) メソッド

定義

ブループリント定義を一覧表示します。

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

パラメーター

operations
IBlueprintsOperations

この拡張メソッドの操作グループ。

resourceScope
String

リソースのスコープ。 有効なスコープは、管理グループ (形式: '/providers/Microsoft.Management/managementGroups/{managementGroup}')、サブスクリプション (形式: '/subscriptions/{subscriptionId}') です。

戻り値

適用対象