Sdílet prostřednictvím


MonitorOperationType Struct

Definition

the operation associated with the notification and its value must be "scale".

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

Constructors

MonitorOperationType(String)

Initializes a new instance of MonitorOperationType.

Properties

Scale

Scale.

Methods

Equals(MonitorOperationType)

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

Determines if two MonitorOperationType values are the same.

Implicit(String to MonitorOperationType)

Converts a string to a MonitorOperationType.

Inequality(MonitorOperationType, MonitorOperationType)

Determines if two MonitorOperationType values are not the same.

Applies to