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