SetAzureRmConsumptionBudget.ContactRole Field

Definition

[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

Applies to