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