BillingDocumentSource 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 source of the document. ENF for Brazil and DRS for rest of the world.
public readonly struct BillingDocumentSource : IEquatable<Azure.ResourceManager.Billing.Models.BillingDocumentSource>
type BillingDocumentSource = struct
Public Structure BillingDocumentSource
Implements IEquatable(Of BillingDocumentSource)
- Inheritance
-
BillingDocumentSource
- Implements
Constructors
BillingDocumentSource(String) |
Initializes a new instance of BillingDocumentSource. |
Properties
Drs |
DRS. |
Enf |
ENF. |
Other |
Other. |
Methods
Equals(BillingDocumentSource) |
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(BillingDocumentSource, BillingDocumentSource) |
Determines if two BillingDocumentSource values are the same. |
Implicit(String to BillingDocumentSource) |
Converts a string to a BillingDocumentSource. |
Inequality(BillingDocumentSource, BillingDocumentSource) |
Determines if two BillingDocumentSource values are not the same. |
Applies to
Azure SDK for .NET