Share via


ContainerGroupLogAnalyticsLogType Struct

Definition

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