ManagementGroupBlueprintsExtensions 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.
Extension methods for BlueprintsOperations.
public static class ManagementGroupBlueprintsExtensions
type ManagementGroupBlueprintsExtensions = class
Public Module ManagementGroupBlueprintsExtensions
- Inheritance
-
ManagementGroupBlueprintsExtensions
Methods
CreateOrUpdateInManagementGroup(IBlueprintsOperations, String, String, BlueprintModel) |
Create or update Blueprint definition. |
CreateOrUpdateInManagementGroupAsync(IBlueprintsOperations, String, String, BlueprintModel, CancellationToken) |
Create or update Blueprint definition. |
DeleteInManagementGroup(IBlueprintsOperations, String, String) |
Delete a blueprint definition. |
DeleteInManagementGroupAsync(IBlueprintsOperations, String, String, CancellationToken) |
Delete a blueprint definition. |
GetInManagementGroup(IBlueprintsOperations, String, String) |
Get a blueprint definition. |
GetInManagementGroupAsync(IBlueprintsOperations, String, String, CancellationToken) |
Get a blueprint definition. |
ListInManagementGroup(IBlueprintsOperations, String) |
Create or update blueprint definition. |
ListInManagementGroupAsync(IBlueprintsOperations, String, CancellationToken) |
Create or update blueprint definition. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET