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

DataTypeState Struct

Definition

Describe whether this data type connection is enabled or not.

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

Fields

Disabled
Enabled

Methods

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

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

Equals(DataTypeState)

Compares values of enum type DataTypeState

Equals(Object)

Compares values of enum type DataTypeState (override for Object)

GetHashCode()

Returns hashCode for enum DataTypeState

ToString()

Returns string representation for DataTypeState

Operators

Equality(DataTypeState, DataTypeState)

Overriding == operator for enum DataTypeState

Implicit(DataTypeState to String)

Implicit operator to convert DataTypeState to string

Implicit(String to DataTypeState)

Implicit operator to convert string to DataTypeState

Inequality(DataTypeState, DataTypeState)

Overriding != operator for enum DataTypeState

Applies to