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

LogAnalyticsLogType Struct

Definition

The log type to be used.

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

Fields

ContainerInsights
ContainerInstanceLogs

Methods

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

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

Equals(LogAnalyticsLogType)

Compares values of enum type LogAnalyticsLogType

Equals(Object)

Compares values of enum type LogAnalyticsLogType (override for Object)

GetHashCode()

Returns hashCode for enum LogAnalyticsLogType

ToString()

Returns string representation for LogAnalyticsLogType

Operators

Equality(LogAnalyticsLogType, LogAnalyticsLogType)

Overriding == operator for enum LogAnalyticsLogType

Implicit(LogAnalyticsLogType to String)

Implicit operator to convert LogAnalyticsLogType to string

Implicit(String to LogAnalyticsLogType)

Implicit operator to convert string to LogAnalyticsLogType

Inequality(LogAnalyticsLogType, LogAnalyticsLogType)

Overriding != operator for enum LogAnalyticsLogType

Applies to