DevCenterCatalogSyncState 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 synchronization state of the catalog.
public readonly struct DevCenterCatalogSyncState : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogSyncState>
type DevCenterCatalogSyncState = struct
Public Structure DevCenterCatalogSyncState
Implements IEquatable(Of DevCenterCatalogSyncState)
- Inheritance
-
DevCenterCatalogSyncState
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterCatalogSyncState(String) |
Initializes a new instance of DevCenterCatalogSyncState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Canceled. |
| Failed |
Failed. |
| InProgress |
InProgress. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterCatalogSyncState) |
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(DevCenterCatalogSyncState, DevCenterCatalogSyncState) |
Determines if two DevCenterCatalogSyncState values are the same. |
| Implicit(String to DevCenterCatalogSyncState) |
Converts a String to a DevCenterCatalogSyncState. |
| Inequality(DevCenterCatalogSyncState, DevCenterCatalogSyncState) |
Determines if two DevCenterCatalogSyncState values are not the same. |