Share via


AppPlatformMonitoringSettingState Struct

Definition

State of the Monitoring Setting.

public readonly struct AppPlatformMonitoringSettingState : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformMonitoringSettingState>
type AppPlatformMonitoringSettingState = struct
Public Structure AppPlatformMonitoringSettingState
Implements IEquatable(Of AppPlatformMonitoringSettingState)
Inheritance
System.ValueType
AppPlatformMonitoringSettingState
Implements

Constructors

AppPlatformMonitoringSettingState(String)

Initializes a new instance of AppPlatformMonitoringSettingState.

Properties

Failed

Failed.

NotAvailable

NotAvailable.

Succeeded

Succeeded.

Updating

Updating.

Methods

Equals(AppPlatformMonitoringSettingState)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AppPlatformMonitoringSettingState, AppPlatformMonitoringSettingState)

Determines if two AppPlatformMonitoringSettingState values are the same.

Implicit(String to AppPlatformMonitoringSettingState)

Converts a System.String to a AppPlatformMonitoringSettingState.

Inequality(AppPlatformMonitoringSettingState, AppPlatformMonitoringSettingState)

Determines if two AppPlatformMonitoringSettingState values are not the same.

Applies to