BlueprintFunctions

Functions

Link copied to clipboard

Get a blueprint assignment. Uses Azure REST API version 2018-11-01-preview.

suspend fun getAssignment(assignmentName: String, resourceScope: String): GetAssignmentResult
Link copied to clipboard

Get a blueprint definition. Uses Azure REST API version 2018-11-01-preview.

suspend fun getBlueprint(blueprintName: String, resourceScope: String): GetBlueprintResult
Link copied to clipboard

Get a blueprint artifact. Uses Azure REST API version 2018-11-01-preview.

suspend fun getPolicyAssignmentArtifact(artifactName: String, blueprintName: String, resourceScope: String): GetPolicyAssignmentArtifactResult
Link copied to clipboard

Get a published version of a blueprint definition. Uses Azure REST API version 2018-11-01-preview.

suspend fun getPublishedBlueprint(blueprintName: String, resourceScope: String, versionId: String): GetPublishedBlueprintResult
Link copied to clipboard

Get a blueprint artifact. Uses Azure REST API version 2018-11-01-preview.

suspend fun getRoleAssignmentArtifact(artifactName: String, blueprintName: String, resourceScope: String): GetRoleAssignmentArtifactResult
Link copied to clipboard

Get a blueprint artifact. Uses Azure REST API version 2018-11-01-preview.

suspend fun getTemplateArtifact(artifactName: String, blueprintName: String, resourceScope: String): GetTemplateArtifactResult