你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CatalogItemSyncEnableStatus 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.
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 |