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
DevCenterCatalogSyncState(String) |
Initializes a new instance of DevCenterCatalogSyncState. |
Properties
Canceled |
Canceled. |
Failed |
Failed. |
InProgress |
InProgress. |
Succeeded |
Succeeded. |
Methods
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
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. |
Applies to
Azure SDK for .NET