Share via


AppPlatformConfigServerState Struct

Definition

State of the config server.

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

Constructors

AppPlatformConfigServerState(String)

Initializes a new instance of AppPlatformConfigServerState.

Properties

Deleted

Deleted.

Failed

Failed.

NotAvailable

NotAvailable.

Succeeded

Succeeded.

Updating

Updating.

Methods

Equals(AppPlatformConfigServerState)

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

Determines if two AppPlatformConfigServerState values are the same.

Implicit(String to AppPlatformConfigServerState)

Converts a System.String to a AppPlatformConfigServerState.

Inequality(AppPlatformConfigServerState, AppPlatformConfigServerState)

Determines if two AppPlatformConfigServerState values are not the same.

Applies to