BlueprintExtensions 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.
A class to add extension methods to Azure.ResourceManager.Blueprint.
public static class BlueprintExtensions
type BlueprintExtensions = class
Public Module BlueprintExtensions
- Inheritance
-
BlueprintExtensions
Methods
GetAssignment(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get a blueprint assignment.
|
GetAssignmentAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get a blueprint assignment.
|
GetAssignmentOperationResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AssignmentOperationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AssignmentOperationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAssignmentOperationResource(ResourceIdentifier) instead. |
GetAssignmentResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an AssignmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAssignmentResource(ResourceIdentifier) instead. |
GetAssignments(ArmClient, ResourceIdentifier) |
Gets a collection of AssignmentResources in the ArmClient. MockingTo mock this method, please mock GetAssignments(ResourceIdentifier) instead. |
GetBlueprint(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get a blueprint definition.
|
GetBlueprintArtifactResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BlueprintArtifactResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a BlueprintArtifactResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBlueprintArtifactResource(ResourceIdentifier) instead. |
GetBlueprintAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get a blueprint definition.
|
GetBlueprintResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BlueprintResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a BlueprintResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBlueprintResource(ResourceIdentifier) instead. |
GetBlueprints(ArmClient, ResourceIdentifier) |
Gets a collection of BlueprintResources in the ArmClient. MockingTo mock this method, please mock GetBlueprints(ResourceIdentifier) instead. |
GetBlueprintVersionArtifactResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BlueprintVersionArtifactResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a BlueprintVersionArtifactResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBlueprintVersionArtifactResource(ResourceIdentifier) instead. |
GetPublishedBlueprintResource(ArmClient, ResourceIdentifier) |
Gets an object representing a PublishedBlueprintResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a PublishedBlueprintResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPublishedBlueprintResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET