IBlueprintClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IBlueprintClient
type IBlueprintClient = interface
Public Interface IBlueprintClient
Derived
Methods
CreateArtifact(String, String, String, Artifact)
CreateOrUpdateBlueprint(String, String, BlueprintModel)
CreateOrUpdateBlueprintAssignment(String, String, Assignment)
CreatePublishedBlueprint(String, String, String, PublishedBlueprint)
DeleteArtifact(String, String, String)
DeleteBlueprint(String, String)
DeleteBlueprintAssignment(String, String)
GetArtifact(String, String, String, String)
GetBlueprint(String, String)
GetBlueprintArtifactJsonFromObject(String, String, PSArtifact, String)
GetBlueprintAssignment(String, String)
GetBlueprintDefinitionJsonFromObject(PSBlueprintBase, String)
GetBlueprintSpnObjectId(String, String)
GetLatestPublishedBlueprint(String, String)
GetPublishedBlueprint(String, String, String)
ListArtifacts(String, String, String)
ListBlueprintAssignments(String)
ListBlueprints(List<String>)
ListBlueprints(String)
Applies to