SfmcOperationStatus 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.
Sfmc operation status.
public readonly struct SfmcOperationStatus : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.SfmcOperationStatus>
type SfmcOperationStatus = struct
Public Structure SfmcOperationStatus
Implements IEquatable(Of SfmcOperationStatus)
- Inheritance
-
SfmcOperationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| SfmcOperationStatus(String) |
Initializes a new instance of SfmcOperationStatus. |
Properties
| Name | Description |
|---|---|
| Aborted |
Operation aborted. |
| Canceled |
Operation canceled. |
| Created |
Operation created. |
| Failed |
Operation failed. |
| Started |
Operation started. |
| Succeeded |
Operation succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(SfmcOperationStatus) |
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
| Name | Description |
|---|---|
| Equality(SfmcOperationStatus, SfmcOperationStatus) |
Determines if two SfmcOperationStatus values are the same. |
| Implicit(String to SfmcOperationStatus) |
Converts a String to a SfmcOperationStatus. |
| Inequality(SfmcOperationStatus, SfmcOperationStatus) |
Determines if two SfmcOperationStatus values are not the same. |