LoggingDetail Struct

Definition

The detail level.

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

Constructors

Name Description
LoggingDetail(String)

Initializes a new instance of LoggingDetail.

Properties

Name Description
Body

Gets the Body.

None

Gets the None.

Methods

Name Description
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

Name Description
Equality(LoggingDetail, LoggingDetail)

Determines if two LoggingDetail values are the same.

Implicit(String to LoggingDetail)

Converts a string to a LoggingDetail.

Implicit(String to Nullable<LoggingDetail>)
Inequality(LoggingDetail, LoggingDetail)

Determines if two LoggingDetail values are not the same.

Applies to