EnrollmentAccountOwnerViewCharge 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 account owner can view charges.
public readonly struct EnrollmentAccountOwnerViewCharge : IEquatable<Azure.ResourceManager.Billing.Models.EnrollmentAccountOwnerViewCharge>
type EnrollmentAccountOwnerViewCharge = struct
Public Structure EnrollmentAccountOwnerViewCharge
Implements IEquatable(Of EnrollmentAccountOwnerViewCharge)
- Inheritance
-
EnrollmentAccountOwnerViewCharge
- Implements
Constructors
EnrollmentAccountOwnerViewCharge(String) |
Initializes a new instance of EnrollmentAccountOwnerViewCharge. |
Properties
Allowed |
Allowed. |
Disabled |
Disabled. |
NotAllowed |
NotAllowed. |
Other |
Other. |
Methods
Equals(EnrollmentAccountOwnerViewCharge) |
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(EnrollmentAccountOwnerViewCharge, EnrollmentAccountOwnerViewCharge) |
Determines if two EnrollmentAccountOwnerViewCharge values are the same. |
Implicit(String to EnrollmentAccountOwnerViewCharge) |
Converts a string to a EnrollmentAccountOwnerViewCharge. |
Inequality(EnrollmentAccountOwnerViewCharge, EnrollmentAccountOwnerViewCharge) |
Determines if two EnrollmentAccountOwnerViewCharge values are not the same. |