DevCenterCatalogSyncState Struct

Definition

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 synchronization state.

Failed

Failed synchronization state.

InProgress

In progress synchronization state.

Succeeded

Succeeded synchronization state.

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.

Implicit(String to Nullable<DevCenterCatalogSyncState>)
Inequality(DevCenterCatalogSyncState, DevCenterCatalogSyncState)

Determines if two DevCenterCatalogSyncState values are not the same.

Applies to