DevCenterCatalogItemSyncEnableStatus Struct

Definition

Catalog item sync types enable or disable status. Indicates whether project catalogs are allowed to sync catalog items under projects associated to this dev center.

public readonly struct DevCenterCatalogItemSyncEnableStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogItemSyncEnableStatus>
type DevCenterCatalogItemSyncEnableStatus = struct
Public Structure DevCenterCatalogItemSyncEnableStatus
Implements IEquatable(Of DevCenterCatalogItemSyncEnableStatus)
Inheritance
DevCenterCatalogItemSyncEnableStatus
Implements

Constructors

Name Description
DevCenterCatalogItemSyncEnableStatus(String)

Initializes a new instance of DevCenterCatalogItemSyncEnableStatus.

Properties

Name Description
Disabled

Catalog item sync is disabled.

Enabled

Catalog item sync is enabled.

Methods

Name Description
Equals(DevCenterCatalogItemSyncEnableStatus)

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(DevCenterCatalogItemSyncEnableStatus, DevCenterCatalogItemSyncEnableStatus)

Determines if two DevCenterCatalogItemSyncEnableStatus values are the same.

Implicit(String to DevCenterCatalogItemSyncEnableStatus)

Converts a string to a DevCenterCatalogItemSyncEnableStatus.

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

Determines if two DevCenterCatalogItemSyncEnableStatus values are not the same.

Applies to