Share via


CatalogSyncType Struct

Definition

Indicates the type of sync that is configured for the catalog.

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

Fields

Manual
Scheduled

Methods

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

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

Equals(CatalogSyncType)

Compares values of enum type CatalogSyncType

Equals(Object)

Compares values of enum type CatalogSyncType (override for Object)

GetHashCode()

Returns hashCode for enum CatalogSyncType

ToString()

Returns string representation for CatalogSyncType

Operators

Equality(CatalogSyncType, CatalogSyncType)

Overriding == operator for enum CatalogSyncType

Implicit(CatalogSyncType to String)

Implicit operator to convert CatalogSyncType to string

Implicit(String to CatalogSyncType)

Implicit operator to convert string to CatalogSyncType

Inequality(CatalogSyncType, CatalogSyncType)

Overriding != operator for enum CatalogSyncType

Applies to