BlueprintFunctions

Functions

Link copied to clipboard

Represents a blueprint artifact. API Version: 2018-11-01-preview.

suspend fun getArtifact(argument: suspend GetArtifactPlainArgsBuilder.() -> Unit): GetArtifactResult
suspend fun getArtifact(artifactName: String, blueprintName: String, resourceScope: String): GetArtifactResult
Link copied to clipboard

Represents a blueprint assignment. API Version: 2018-11-01-preview.

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

Represents a Blueprint definition. API Version: 2018-11-01-preview.

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

Blueprint artifact that applies a Policy assignment. API Version: 2018-11-01-preview.

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

Represents a published blueprint. API Version: 2018-11-01-preview.

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

Blueprint artifact that applies a Role assignment. API Version: 2018-11-01-preview.

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

Blueprint artifact that deploys a Resource Manager template. API Version: 2018-11-01-preview.

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