次の方法で共有


MSDeployLogEntryType Struct

Definition

Log entry type

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.MSDeployLogEntryTypeTypeConverter))]
public struct MSDeployLogEntryType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.MSDeployLogEntryType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.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