Versions in this module Expand all Collapse all v1 v1.0.1 Aug 22, 2022 Changes in this version + type ArtifactsClientAPI interface + CreateOrUpdate func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.ArtifactModel, err error) + Delete func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.ArtifactModel, err error) + Get func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.ArtifactModel, err error) + List func(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.ArtifactListPage, err error) + ListComplete func(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.ArtifactListIterator, err error) + type AssignmentOperationsClientAPI interface + Get func(ctx context.Context, resourceScope string, assignmentName string, ...) (result blueprint.AssignmentOperation, err error) + List func(ctx context.Context, resourceScope string, assignmentName string) (result blueprint.AssignmentOperationListPage, err error) + ListComplete func(ctx context.Context, resourceScope string, assignmentName string) (result blueprint.AssignmentOperationListIterator, err error) + type AssignmentsClientAPI interface + CreateOrUpdate func(ctx context.Context, resourceScope string, assignmentName string, ...) (result blueprint.Assignment, err error) + Delete func(ctx context.Context, resourceScope string, assignmentName string, ...) (result blueprint.Assignment, err error) + Get func(ctx context.Context, resourceScope string, assignmentName string) (result blueprint.Assignment, err error) + List func(ctx context.Context, resourceScope string) (result blueprint.AssignmentListPage, err error) + ListComplete func(ctx context.Context, resourceScope string) (result blueprint.AssignmentListIterator, err error) + WhoIsBlueprint func(ctx context.Context, resourceScope string, assignmentName string) (result blueprint.WhoIsBlueprintContract, err error) + type BlueprintsClientAPI interface + CreateOrUpdate func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.Model, err error) + Delete func(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.Model, err error) + Get func(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.Model, err error) + List func(ctx context.Context, resourceScope string) (result blueprint.ListPage, err error) + ListComplete func(ctx context.Context, resourceScope string) (result blueprint.ListIterator, err error) + type PublishedArtifactsClientAPI interface + Get func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.ArtifactModel, err error) + List func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.ArtifactListPage, err error) + ListComplete func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.ArtifactListIterator, err error) + type PublishedBlueprintsClientAPI interface + Create func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.PublishedBlueprint, err error) + Delete func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.PublishedBlueprint, err error) + Get func(ctx context.Context, resourceScope string, blueprintName string, ...) (result blueprint.PublishedBlueprint, err error) + List func(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.PublishedBlueprintListPage, err error) + ListComplete func(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.PublishedBlueprintListIterator, err error)