EnrollmentPolicies Constructors
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.
Overloads
EnrollmentPolicies() |
Initializes a new instance of the EnrollmentPolicies class. |
EnrollmentPolicies(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the EnrollmentPolicies class. |
EnrollmentPolicies()
Initializes a new instance of the EnrollmentPolicies class.
public EnrollmentPolicies();
Public Sub New ()
Applies to
EnrollmentPolicies(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the EnrollmentPolicies class.
public EnrollmentPolicies(bool? accountOwnerViewCharges = default, bool? departmentAdminViewCharges = default, bool? marketplacesEnabled = default, bool? reservedInstancesEnabled = default);
new Microsoft.Azure.Management.Billing.Models.EnrollmentPolicies : Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Billing.Models.EnrollmentPolicies
Public Sub New (Optional accountOwnerViewCharges As Nullable(Of Boolean) = Nothing, Optional departmentAdminViewCharges As Nullable(Of Boolean) = Nothing, Optional marketplacesEnabled As Nullable(Of Boolean) = Nothing, Optional reservedInstancesEnabled As Nullable(Of Boolean) = Nothing)
Parameters
The policy that controls whether Account Owners can view charges.
The policy that controls whether Department Administrators can view charges.
The policy that controls whether Azure marketplace purchases are allowed in the enrollment.
The policy that controls whether Azure reservation purchases are allowed in the enrollment.
Applies to
Azure SDK for .NET