AppPlatformMonitoringSettingState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
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. |
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 string to a AppPlatformMonitoringSettingState. |
Inequality(AppPlatformMonitoringSettingState, AppPlatformMonitoringSettingState) |
Determines if two AppPlatformMonitoringSettingState values are not the same. |
Applies to
Azure SDK for .NET