ManagementGroupAssignmentsExtentions Class
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.
In this article
public static class ManagementGroupAssignmentsExtentions
type ManagementGroupAssignmentsExtentions = class
Public Module ManagementGroupAssignmentsExtentions
Inheritance
System.Object
ManagementGroupAssignmentsExtentions
Methods
CreateOrUpdateInManagementGroup(IAssignmentsOperations, String, String, Assignment)
Creates or updates a Blueprint assignment in a management group.
CreateOrUpdateInManagementGroupAsync(IAssignmentsOperations, String, String, Assignment, CancellationToken)
Creates or updates a Blueprint assignment in a management group.
DeleteInManagementGroup(IAssignmentsOperations, String, String)
Deletes a Blueprint assignment in a management group.
DeleteInManagementGroupAsync(IAssignmentsOperations, String, String, CancellationToken)
Deletes a Blueprint assignment in a management group.
GetInManagementGroupAsync(IAssignmentsOperations, String, String, CancellationToken)
Gets a Blueprint assignment in a management group.
GetInSubscription(IAssignmentsOperations, String, String)
Gets a Blueprint assignment in a management group.
ListInManagementGroup(IAssignmentsOperations, String)
Lists Blueprint assignments within a management group.
ListInManagementGroupAsync(IAssignmentsOperations, String, CancellationToken)
Lists Blueprint assignments within a management group.
Applies to