Share via


UnmaskedIPLoggingStatus Struct

Definition

Unmasked IP address logging status.

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

Constructors

UnmaskedIPLoggingStatus(String)

Initializes a new instance of UnmaskedIPLoggingStatus.

Properties

Disabled

Unmasked IP logging is disabled.

Enabled

Unmasked IP logging is enabled.

Methods

Equals(UnmaskedIPLoggingStatus)

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

Determines if two UnmaskedIPLoggingStatus values are the same.

Implicit(String to UnmaskedIPLoggingStatus)

Converts a string to a UnmaskedIPLoggingStatus.

Inequality(UnmaskedIPLoggingStatus, UnmaskedIPLoggingStatus)

Determines if two UnmaskedIPLoggingStatus values are not the same.

Applies to