SetAzureRmConsumptionBudget.ContactRole Field
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="Contact roles to send the budget notification to when the threshold is exceeded.", Mandatory=false, ParameterSetName="Notification")]
[System.Management.Automation.Parameter(HelpMessage="Contact roles to send the budget notification to when the threshold is exceeded.", Mandatory=false, ParameterSetName="Piping and Notification")]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Owner", "Reader", "Contributor" })]
public string[] ContactRole;
[<System.Management.Automation.Parameter(HelpMessage="Contact roles to send the budget notification to when the threshold is exceeded.", Mandatory=false, ParameterSetName="Notification")>]
[<System.Management.Automation.Parameter(HelpMessage="Contact roles to send the budget notification to when the threshold is exceeded.", Mandatory=false, ParameterSetName="Piping and Notification")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Owner", "Reader", "Contributor" })>]
val mutable ContactRole : string[]
Public ContactRole As String()
Field Value
- String[]
- Attributes