Share via


ManagementGroupBlueprintsExtensions.ListInManagementGroupAsync Method

Definition

Create or update blueprint definition.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel>> ListInManagementGroupAsync (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string managementGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListInManagementGroupAsync : Microsoft.Azure.Management.Blueprint.IBlueprintsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel>>
<Extension()>
Public Function ListInManagementGroupAsync (operations As IBlueprintsOperations, managementGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BlueprintModel))

Parameters

operations
IBlueprintsOperations

The operations group for this extension method.

managementGroupName
String

azure managementGroup name, which we save the blueprint to.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to