Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactsClientAPI ¶
type ArtifactsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceScope string, blueprintName string, artifactName string, artifact blueprint.BasicArtifact) (result blueprint.ArtifactModel, err error) Delete(ctx context.Context, resourceScope string, blueprintName string, artifactName string) (result blueprint.ArtifactModel, err error) Get(ctx context.Context, resourceScope string, blueprintName string, artifactName string) (result blueprint.ArtifactModel, err error) List(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.ArtifactListPage, err error) ListComplete(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.ArtifactListIterator, err error) }
ArtifactsClientAPI contains the set of methods on the ArtifactsClient type.
type AssignmentOperationsClientAPI ¶
type AssignmentOperationsClientAPI interface { Get(ctx context.Context, resourceScope string, assignmentName string, assignmentOperationName string) (result blueprint.AssignmentOperation, err error) List(ctx context.Context, resourceScope string, assignmentName string) (result blueprint.AssignmentOperationListPage, err error) ListComplete(ctx context.Context, resourceScope string, assignmentName string) (result blueprint.AssignmentOperationListIterator, err error) }
AssignmentOperationsClientAPI contains the set of methods on the AssignmentOperationsClient type.
type AssignmentsClientAPI ¶
type AssignmentsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceScope string, assignmentName string, assignment blueprint.Assignment) (result blueprint.Assignment, err error) Delete(ctx context.Context, resourceScope string, assignmentName string, deleteBehavior blueprint.AssignmentDeleteBehavior) (result blueprint.Assignment, err error) Get(ctx context.Context, resourceScope string, assignmentName string) (result blueprint.Assignment, err error) List(ctx context.Context, resourceScope string) (result blueprint.AssignmentListPage, err error) ListComplete(ctx context.Context, resourceScope string) (result blueprint.AssignmentListIterator, err error) WhoIsBlueprint(ctx context.Context, resourceScope string, assignmentName string) (result blueprint.WhoIsBlueprintContract, err error) }
AssignmentsClientAPI contains the set of methods on the AssignmentsClient type.
type BlueprintsClientAPI ¶
type BlueprintsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceScope string, blueprintName string, blueprint blueprint.Model) (result blueprint.Model, err error) Delete(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.Model, err error) Get(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.Model, err error) List(ctx context.Context, resourceScope string) (result blueprint.ListPage, err error) ListComplete(ctx context.Context, resourceScope string) (result blueprint.ListIterator, err error) }
BlueprintsClientAPI contains the set of methods on the BlueprintsClient type.
type PublishedArtifactsClientAPI ¶
type PublishedArtifactsClientAPI interface { Get(ctx context.Context, resourceScope string, blueprintName string, versionID string, artifactName string) (result blueprint.ArtifactModel, err error) List(ctx context.Context, resourceScope string, blueprintName string, versionID string) (result blueprint.ArtifactListPage, err error) ListComplete(ctx context.Context, resourceScope string, blueprintName string, versionID string) (result blueprint.ArtifactListIterator, err error) }
PublishedArtifactsClientAPI contains the set of methods on the PublishedArtifactsClient type.
type PublishedBlueprintsClientAPI ¶
type PublishedBlueprintsClientAPI interface { Create(ctx context.Context, resourceScope string, blueprintName string, versionID string, publishedBlueprint *blueprint.PublishedBlueprint) (result blueprint.PublishedBlueprint, err error) Delete(ctx context.Context, resourceScope string, blueprintName string, versionID string) (result blueprint.PublishedBlueprint, err error) Get(ctx context.Context, resourceScope string, blueprintName string, versionID string) (result blueprint.PublishedBlueprint, err error) List(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.PublishedBlueprintListPage, err error) ListComplete(ctx context.Context, resourceScope string, blueprintName string) (result blueprint.PublishedBlueprintListIterator, err error) }
PublishedBlueprintsClientAPI contains the set of methods on the PublishedBlueprintsClient type.
Click to show internal directories.
Click to hide internal directories.