AssignmentOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List operations for given blueprint assignment within a subscription or a management group.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation> List (this Microsoft.Azure.Management.Blueprint.IAssignmentOperations operations, string resourceScope, string assignmentName);
static member List : Microsoft.Azure.Management.Blueprint.IAssignmentOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation>
<Extension()>
Public Function List (operations As IAssignmentOperations, resourceScope As String, assignmentName As String) As IPage(Of AssignmentOperation)
Parameters
- operations
- IAssignmentOperations
The operations group for this extension method.
- resourceScope
- String
The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
- assignmentName
- String
Name of the blueprint assignment.
Returns
Applies to
Azure SDK for .NET