Azure.ResourceManager.Blueprint Namespace

Classes

ArtifactData

A class representing the Artifact data model. Represents a blueprint artifact. Please note ArtifactData is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include PolicyAssignmentArtifact, RoleAssignmentArtifact and TemplateArtifact.

AssignmentCollection

A class representing a collection of AssignmentResource and their operations. Each AssignmentResource in the collection will belong to the same instance of ArmResource. To get an AssignmentCollection instance call the GetAssignments method from an instance of ArmResource.

AssignmentData

A class representing the Assignment data model. Represents a blueprint assignment.

AssignmentOperationCollection

A class representing a collection of AssignmentOperationResource and their operations. Each AssignmentOperationResource in the collection will belong to the same instance of AssignmentResource. To get an AssignmentOperationCollection instance call the GetAssignmentOperations method from an instance of AssignmentResource.

AssignmentOperationData

A class representing the AssignmentOperation data model. Represents underlying deployment detail for each update to the blueprint assignment.

AssignmentOperationResource

A Class representing an AssignmentOperation along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an AssignmentOperationResource from an instance of ArmClient using the GetAssignmentOperationResource method. Otherwise you can get one from its parent resource AssignmentResource using the GetAssignmentOperation method.

AssignmentResource

A Class representing an Assignment along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an AssignmentResource from an instance of ArmClient using the GetAssignmentResource method. Otherwise you can get one from its parent resource ArmResource using the GetAssignment method.

BlueprintArtifactCollection

A class representing a collection of BlueprintArtifactResource and their operations. Each BlueprintArtifactResource in the collection will belong to the same instance of BlueprintResource. To get a BlueprintArtifactCollection instance call the GetBlueprintArtifacts method from an instance of BlueprintResource.

BlueprintArtifactResource

A Class representing a BlueprintArtifact along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BlueprintArtifactResource from an instance of ArmClient using the GetBlueprintArtifactResource method. Otherwise you can get one from its parent resource BlueprintResource using the GetBlueprintArtifact method.

BlueprintCollection

A class representing a collection of BlueprintResource and their operations. Each BlueprintResource in the collection will belong to the same instance of ArmResource. To get a BlueprintCollection instance call the GetBlueprints method from an instance of ArmResource.

BlueprintData

A class representing the Blueprint data model. Represents a Blueprint definition.

BlueprintExtensions

A class to add extension methods to Azure.ResourceManager.Blueprint.

BlueprintResource

A Class representing a Blueprint along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BlueprintResource from an instance of ArmClient using the GetBlueprintResource method. Otherwise you can get one from its parent resource ArmResource using the GetBlueprint method.

BlueprintVersionArtifactCollection

A class representing a collection of BlueprintVersionArtifactResource and their operations. Each BlueprintVersionArtifactResource in the collection will belong to the same instance of PublishedBlueprintResource. To get a BlueprintVersionArtifactCollection instance call the GetBlueprintVersionArtifacts method from an instance of PublishedBlueprintResource.

BlueprintVersionArtifactResource

A Class representing a BlueprintVersionArtifact along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BlueprintVersionArtifactResource from an instance of ArmClient using the GetBlueprintVersionArtifactResource method. Otherwise you can get one from its parent resource PublishedBlueprintResource using the GetBlueprintVersionArtifact method.

PublishedBlueprintCollection

A class representing a collection of PublishedBlueprintResource and their operations. Each PublishedBlueprintResource in the collection will belong to the same instance of BlueprintResource. To get a PublishedBlueprintCollection instance call the GetPublishedBlueprints method from an instance of BlueprintResource.

PublishedBlueprintData

A class representing the PublishedBlueprint data model. Represents a published blueprint.

PublishedBlueprintResource

A Class representing a PublishedBlueprint along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a PublishedBlueprintResource from an instance of ArmClient using the GetPublishedBlueprintResource method. Otherwise you can get one from its parent resource BlueprintResource using the GetPublishedBlueprint method.