Skip to main content

published_blueprints

Overview

Namepublished_blueprints
TypeResource
Idazure.blueprints.published_blueprints

Fields

NameDatatypeDescription
idstringString Id used to locate any resource on Azure.
namestringName of this resource.
propertiesobjectSchema for published blueprint definition properties.
typestringType of this resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTblueprintName, resourceScope, versionIdGet a published version of a blueprint definition.
listSELECTblueprintName, resourceScopeList published versions of given blueprint definition.
createINSERTblueprintName, resourceScope, versionId, data__propertiesPublish a new version of the blueprint definition with the latest artifacts. Published blueprint definitions are immutable.
deleteDELETEblueprintName, resourceScope, versionIdDelete a published version of a blueprint definition.
_listEXECblueprintName, resourceScopeList published versions of given blueprint definition.