CatalogItemSyncEnableStatus 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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogItemSyncEnableStatusTypeConverter))]
public struct CatalogItemSyncEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogItemSyncEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogItemSyncEnableStatusTypeConverter))>]
type CatalogItemSyncEnableStatus = struct
    interface IArgumentCompleter
Public Structure CatalogItemSyncEnableStatus
Implements IArgumentCompleter, IEquatable(Of CatalogItemSyncEnableStatus)
Inheritance
CatalogItemSyncEnableStatus
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(CatalogItemSyncEnableStatus)

Compares values of enum type CatalogItemSyncEnableStatus

Equals(Object)

Compares values of enum type CatalogItemSyncEnableStatus (override for Object)

GetHashCode()

Returns hashCode for enum CatalogItemSyncEnableStatus

ToString()

Returns string representation for CatalogItemSyncEnableStatus

Operators

Equality(CatalogItemSyncEnableStatus, CatalogItemSyncEnableStatus)

Overriding == operator for enum CatalogItemSyncEnableStatus

Implicit(CatalogItemSyncEnableStatus to String)

Implicit operator to convert CatalogItemSyncEnableStatus to string

Implicit(String to CatalogItemSyncEnableStatus)

Implicit operator to convert string to CatalogItemSyncEnableStatus

Inequality(CatalogItemSyncEnableStatus, CatalogItemSyncEnableStatus)

Overriding != operator for enum CatalogItemSyncEnableStatus

Applies to