UpsertManagedServerOperationStepStatus 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.
The UpsertManagedServerOperationStepStatus.
public readonly struct UpsertManagedServerOperationStepStatus : IEquatable<Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStepStatus>
type UpsertManagedServerOperationStepStatus = struct
Public Structure UpsertManagedServerOperationStepStatus
Implements IEquatable(Of UpsertManagedServerOperationStepStatus)
- Inheritance
-
UpsertManagedServerOperationStepStatus
- Implements
Constructors
UpsertManagedServerOperationStepStatus(String) |
Initializes a new instance of UpsertManagedServerOperationStepStatus. |
Properties
Canceled |
Canceled. |
Completed |
Completed. |
Failed |
Failed. |
InProgress |
InProgress. |
NotStarted |
NotStarted. |
SlowedDown |
SlowedDown. |
Methods
Equals(UpsertManagedServerOperationStepStatus) |
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(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus) |
Determines if two UpsertManagedServerOperationStepStatus values are the same. |
Implicit(String to UpsertManagedServerOperationStepStatus) |
Converts a string to a UpsertManagedServerOperationStepStatus. |
Inequality(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus) |
Determines if two UpsertManagedServerOperationStepStatus values are not the same. |
Applies to
Azure SDK for .NET