BillingPolicyType 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 type of the policy.
public readonly struct BillingPolicyType : IEquatable<Azure.ResourceManager.Billing.Models.BillingPolicyType>
type BillingPolicyType = struct
Public Structure BillingPolicyType
Implements IEquatable(Of BillingPolicyType)
- Inheritance
-
BillingPolicyType
- Implements
Constructors
BillingPolicyType(String) |
Initializes a new instance of BillingPolicyType. |
Properties
Other |
Other. |
SystemControlled |
SystemControlled. |
UserControlled |
UserControlled. |
Methods
Equals(BillingPolicyType) |
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(BillingPolicyType, BillingPolicyType) |
Determines if two BillingPolicyType values are the same. |
Implicit(String to BillingPolicyType) |
Converts a string to a BillingPolicyType. |
Inequality(BillingPolicyType, BillingPolicyType) |
Determines if two BillingPolicyType values are not the same. |
Applies to
Azure SDK for .NET