ReportBillableAssetBreakdownKind 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 kind of billable asset.
public readonly struct ReportBillableAssetBreakdownKind : IEquatable<Azure.Analytics.Defender.Easm.ReportBillableAssetBreakdownKind>
type ReportBillableAssetBreakdownKind = struct
Public Structure ReportBillableAssetBreakdownKind
Implements IEquatable(Of ReportBillableAssetBreakdownKind)
- Inheritance
-
ReportBillableAssetBreakdownKind
- Implements
Constructors
| Name | Description |
|---|---|
| ReportBillableAssetBreakdownKind(String) |
Initializes a new instance of ReportBillableAssetBreakdownKind. |
Properties
| Name | Description |
|---|---|
| Domain |
domain. |
| Host |
host. |
| IpAddress |
ipAddress. |
Methods
| Name | Description |
|---|---|
| Equals(ReportBillableAssetBreakdownKind) |
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(ReportBillableAssetBreakdownKind, ReportBillableAssetBreakdownKind) |
Determines if two ReportBillableAssetBreakdownKind values are the same. |
| Implicit(String to ReportBillableAssetBreakdownKind) |
Converts a string to a ReportBillableAssetBreakdownKind. |
| Inequality(ReportBillableAssetBreakdownKind, ReportBillableAssetBreakdownKind) |
Determines if two ReportBillableAssetBreakdownKind values are not the same. |