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

LocalTimestampFormat Struct

Definition

An enum that represents the format of the local timestamp property that needs to be set.

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

Fields

Embedded

Methods

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

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

Equals(LocalTimestampFormat)

Compares values of enum type LocalTimestampFormat

Equals(Object)

Compares values of enum type LocalTimestampFormat (override for Object)

GetHashCode()

Returns hashCode for enum LocalTimestampFormat

ToString()

Returns string representation for LocalTimestampFormat

Operators

Equality(LocalTimestampFormat, LocalTimestampFormat)

Overriding == operator for enum LocalTimestampFormat

Implicit(LocalTimestampFormat to String)

Implicit operator to convert LocalTimestampFormat to string

Implicit(String to LocalTimestampFormat)

Implicit operator to convert string to LocalTimestampFormat

Inequality(LocalTimestampFormat, LocalTimestampFormat)

Overriding != operator for enum LocalTimestampFormat

Applies to