Megosztás a következőn keresztül:


ServiceAlertState Struct

Definition

The ServiceAlertState.

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

Constructors

ServiceAlertState(String)

Initializes a new instance of ServiceAlertState.

Properties

Acknowledged

Acknowledged.

Closed

Closed.

New

New.

Methods

Equals(ServiceAlertState)

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

Determines if two ServiceAlertState values are the same.

Implicit(String to ServiceAlertState)

Converts a string to a ServiceAlertState.

Inequality(ServiceAlertState, ServiceAlertState)

Determines if two ServiceAlertState values are not the same.

Applies to