Share via


ServerMonitorMode Struct

Definition

The server monitor mode for AS server.

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

Constructors

ServerMonitorMode(Int32)

Initializes a new instance of ServerMonitorMode.

Properties

One
Zero

Methods

Equals(ServerMonitorMode)

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

Determines if two ServerMonitorMode values are the same.

Implicit(Int32 to ServerMonitorMode)

Converts a string to a ServerMonitorMode.

Inequality(ServerMonitorMode, ServerMonitorMode)

Determines if two ServerMonitorMode values are not the same.

Applies to