BlueprintsOperationsExtensions 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 BlueprintsOperationsExtensions
type BlueprintsOperationsExtensions = class
Public Module BlueprintsOperationsExtensions
- Inheritance
-
BlueprintsOperationsExtensions
Methods
CreateOrUpdate(IBlueprintsOperations, String, String, BlueprintModel) |
Create or update a blueprint definition. |
CreateOrUpdateAsync(IBlueprintsOperations, String, String, BlueprintModel, CancellationToken) |
Create or update a blueprint definition. |
Delete(IBlueprintsOperations, String, String) |
Delete a blueprint definition. |
DeleteAsync(IBlueprintsOperations, String, String, CancellationToken) |
Delete a blueprint definition. |
Get(IBlueprintsOperations, String, String) |
Get a blueprint definition. |
GetAsync(IBlueprintsOperations, String, String, CancellationToken) |
Get a blueprint definition. |
List(IBlueprintsOperations, String) |
List blueprint definitions. |
ListAsync(IBlueprintsOperations, String, CancellationToken) |
List blueprint definitions. |
ListNext(IBlueprintsOperations, String) |
List blueprint definitions. |
ListNextAsync(IBlueprintsOperations, String, CancellationToken) |
List blueprint definitions. |
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