NewAzureRMBlueprintArtifact.Type Property
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.
[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
- Attributes