MaccEntityType 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.
Represents type of the object being operated on. Possible values are primary or contributor.
public readonly struct MaccEntityType : IEquatable<Azure.ResourceManager.BillingBenefits.Models.MaccEntityType>
type MaccEntityType = struct
Public Structure MaccEntityType
Implements IEquatable(Of MaccEntityType)
- Inheritance
-
MaccEntityType
- Implements
Constructors
| Name | Description |
|---|---|
| MaccEntityType(String) |
Initializes a new instance of MaccEntityType. |
Properties
| Name | Description |
|---|---|
| Contributor |
Gets the Contributor. |
| Primary |
Gets the Primary. |
Methods
| Name | Description |
|---|---|
| Equals(MaccEntityType) |
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
| Name | Description |
|---|---|
| Equality(MaccEntityType, MaccEntityType) |
Determines if two MaccEntityType values are the same. |
| Implicit(String to MaccEntityType) |
Converts a string to a MaccEntityType. |
| Implicit(String to Nullable<MaccEntityType>) | |
| Inequality(MaccEntityType, MaccEntityType) |
Determines if two MaccEntityType values are not the same. |