LoggingDetail Struct

Definition

The LoggingDetail.

public readonly struct LoggingDetail : IEquatable<Azure.ResourceManager.ProviderHub.Models.LoggingDetail>
type LoggingDetail = struct
Public Structure LoggingDetail
Implements IEquatable(Of LoggingDetail)
Inheritance
LoggingDetail
Implements

Constructors

LoggingDetail(String)

Initializes a new instance of LoggingDetail.

Properties

Body

Body.

None

None.

Methods

Equals(LoggingDetail)

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(LoggingDetail, LoggingDetail)

Determines if two LoggingDetail values are the same.

Implicit(String to LoggingDetail)

Converts a string to a LoggingDetail.

Inequality(LoggingDetail, LoggingDetail)

Determines if two LoggingDetail values are not the same.

Applies to