Bagikan melalui


ListServiceAlertsSortByField Struct

Definition

The ListServiceAlertsSortByField.

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

Constructors

ListServiceAlertsSortByField(String)

Initializes a new instance of ListServiceAlertsSortByField.

Properties

AlertState

alertState.

LastModifiedOn

lastModifiedDateTime.

MonitorCondition

monitorCondition.

Name

name.

Severity

severity.

StartOn

startDateTime.

TargetResource

targetResource.

TargetResourceGroup

targetResourceGroup.

TargetResourceName

targetResourceName.

TargetResourceType

targetResourceType.

Methods

Equals(ListServiceAlertsSortByField)

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

Determines if two ListServiceAlertsSortByField values are the same.

Implicit(String to ListServiceAlertsSortByField)

Converts a string to a ListServiceAlertsSortByField.

Inequality(ListServiceAlertsSortByField, ListServiceAlertsSortByField)

Determines if two ListServiceAlertsSortByField values are not the same.

Applies to