SmartGroupsSortByField Struct

Definition

The SmartGroupsSortByField.

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

Constructors

Name Description
SmartGroupsSortByField(String)

Initializes a new instance of SmartGroupsSortByField.

Properties

Name Description
AlertsCount

alertsCount.

LastModifiedDateTime

lastModifiedDateTime.

Severity

severity.

StartDateTime

startDateTime.

State

state.

Methods

Name Description
Equals(SmartGroupsSortByField)

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

Determines if two SmartGroupsSortByField values are the same.

Implicit(String to SmartGroupsSortByField)

Converts a String to a SmartGroupsSortByField.

Inequality(SmartGroupsSortByField, SmartGroupsSortByField)

Determines if two SmartGroupsSortByField values are not the same.

Applies to