LogAnalyticsLogType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |