PimOnlyMode Struct

Definition

Determines whether the setting is enabled, disabled or report only.

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

Constructors

Name Description
PimOnlyMode(String)

Initializes a new instance of PimOnlyMode.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

ReportOnly

ReportOnly.

Methods

Name Description
Equals(PimOnlyMode)

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

Determines if two PimOnlyMode values are the same.

Implicit(String to Nullable<PimOnlyMode>)
Implicit(String to PimOnlyMode)

Converts a string to a PimOnlyMode.

Inequality(PimOnlyMode, PimOnlyMode)

Determines if two PimOnlyMode values are not the same.

Applies to