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

MSDeployLogEntryType Struct

Definition

Log entry type

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

Fields

Error
Message
Warning

Methods

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

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

Equals(MSDeployLogEntryType)

Compares values of enum type MSDeployLogEntryType

Equals(Object)

Compares values of enum type MSDeployLogEntryType (override for Object)

GetHashCode()

Returns hashCode for enum MSDeployLogEntryType

ToString()

Returns string representation for MSDeployLogEntryType

Operators

Equality(MSDeployLogEntryType, MSDeployLogEntryType)

Overriding == operator for enum MSDeployLogEntryType

Implicit(MSDeployLogEntryType to String)

Implicit operator to convert MSDeployLogEntryType to string

Implicit(String to MSDeployLogEntryType)

Implicit operator to convert string to MSDeployLogEntryType

Inequality(MSDeployLogEntryType, MSDeployLogEntryType)

Overriding != operator for enum MSDeployLogEntryType

Applies to