ManagementGroupPublishedBlueprintsExtensions.ListInManagementGroup メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のブループリントの発行済みバージョンを一覧表示します。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint> ListInManagementGroup (this Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations operations, string managementGroupName, string blueprintName);
static member ListInManagementGroup : Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint>
<Extension()>
Public Function ListInManagementGroup (operations As IPublishedBlueprintsOperations, managementGroupName As String, blueprintName As String) As IPage(Of PublishedBlueprint)
パラメーター
- operations
- IPublishedBlueprintsOperations
この拡張メソッドの操作グループ。
- managementGroupName
- String
ブループリントを保存する azure managementGroup 名。
- blueprintName
- String
ブループリントの名前。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET