BlueprintExtensions Class

Definition

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.

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}
  • Operation Id: Assignments_Get
GetAssignmentAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a blueprint assignment.

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}
  • Operation Id: Assignments_Get
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.

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Operation Id: Blueprints_Get
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.

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Operation Id: Blueprints_Get
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