ContainerGroupLogAnalyticsLogType 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.
public readonly struct ContainerGroupLogAnalyticsLogType : IEquatable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupLogAnalyticsLogType>
type ContainerGroupLogAnalyticsLogType = struct
Public Structure ContainerGroupLogAnalyticsLogType
Implements IEquatable(Of ContainerGroupLogAnalyticsLogType)
- Inheritance
-
ContainerGroupLogAnalyticsLogType
- Implements
Constructors
ContainerGroupLogAnalyticsLogType(String) |
Initializes a new instance of ContainerGroupLogAnalyticsLogType. |
Properties
ContainerInsights |
ContainerInsights. |
ContainerInstanceLogs |
ContainerInstanceLogs. |
Methods
Equals(ContainerGroupLogAnalyticsLogType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerGroupLogAnalyticsLogType, ContainerGroupLogAnalyticsLogType) |
Determines if two ContainerGroupLogAnalyticsLogType values are the same. |
Implicit(String to ContainerGroupLogAnalyticsLogType) |
Converts a String to a ContainerGroupLogAnalyticsLogType. |
Inequality(ContainerGroupLogAnalyticsLogType, ContainerGroupLogAnalyticsLogType) |
Determines if two ContainerGroupLogAnalyticsLogType values are not the same. |
Applies to
Azure SDK for .NET