Share via


ReportBillableAssetBreakdownKind Struct

Definition

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

ReportBillableAssetBreakdownKind(String)

Initializes a new instance of ReportBillableAssetBreakdownKind.

Properties

Domain

domain.

Host

host.

IpAddress

ipAddress.

Methods

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

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.

Applies to