NewAzureRMBlueprintArtifact.Type Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Type of the artifact. There are 3 types supported: RoleAssignmentArtifact, PolicyAssignmentArtifact, TemplateArtifact.", Mandatory=true, ParameterSetName="CreateTemplateArtifact", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Type of the artifact. There are 3 types supported: RoleAssignmentArtifact, PolicyAssignmentArtifact, TemplateArtifact.", Mandatory=true, ParameterSetName="CreateRoleAssignmentArtifact", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Type of the artifact. There are 3 types supported: RoleAssignmentArtifact, PolicyAssignmentArtifact, TemplateArtifact.", Mandatory=true, ParameterSetName="CreatePolicyArtifact", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Blueprint.Models.PSArtifactKind Type { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Type of the artifact. There are 3 types supported: RoleAssignmentArtifact, PolicyAssignmentArtifact, TemplateArtifact.", Mandatory=true, ParameterSetName="CreateTemplateArtifact", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Type of the artifact. There are 3 types supported: RoleAssignmentArtifact, PolicyAssignmentArtifact, TemplateArtifact.", Mandatory=true, ParameterSetName="CreateRoleAssignmentArtifact", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Type of the artifact. There are 3 types supported: RoleAssignmentArtifact, PolicyAssignmentArtifact, TemplateArtifact.", Mandatory=true, ParameterSetName="CreatePolicyArtifact", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Type : Microsoft.Azure.Commands.Blueprint.Models.PSArtifactKind with get, set
Public Property Type As PSArtifactKind

Property Value

PSArtifactKind
Attributes

Applies to