EnrollmentDepartmentAdminViewCharge Struct
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.
The policy that controls whether department admin can view charges.
public readonly struct EnrollmentDepartmentAdminViewCharge : IEquatable<Azure.ResourceManager.Billing.Models.EnrollmentDepartmentAdminViewCharge>
type EnrollmentDepartmentAdminViewCharge = struct
Public Structure EnrollmentDepartmentAdminViewCharge
Implements IEquatable(Of EnrollmentDepartmentAdminViewCharge)
- Inheritance
-
EnrollmentDepartmentAdminViewCharge
- Implements
Constructors
EnrollmentDepartmentAdminViewCharge(String) |
Initializes a new instance of EnrollmentDepartmentAdminViewCharge. |
Properties
Allowed |
Allowed. |
Disabled |
Disabled. |
NotAllowed |
NotAllowed. |
Other |
Other. |
Methods
Equals(EnrollmentDepartmentAdminViewCharge) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EnrollmentDepartmentAdminViewCharge, EnrollmentDepartmentAdminViewCharge) |
Determines if two EnrollmentDepartmentAdminViewCharge values are the same. |
Implicit(String to EnrollmentDepartmentAdminViewCharge) |
Converts a string to a EnrollmentDepartmentAdminViewCharge. |
Inequality(EnrollmentDepartmentAdminViewCharge, EnrollmentDepartmentAdminViewCharge) |
Determines if two EnrollmentDepartmentAdminViewCharge values are not the same. |
Applies to
Azure SDK for .NET