ContainerNetworkLogs 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.
Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled.
public readonly struct ContainerNetworkLogs : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerNetworkLogs>
type ContainerNetworkLogs = struct
Public Structure ContainerNetworkLogs
Implements IEquatable(Of ContainerNetworkLogs)
- Inheritance
-
ContainerNetworkLogs
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerNetworkLogs(String) |
Initializes a new instance of ContainerNetworkLogs. |
Properties
| Name | Description |
|---|---|
| Disabled |
Azure monitor ingestion of container network logs is disabled. |
| Enabled |
Azure monitor ingestion of container network logs is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerNetworkLogs) |
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
| Name | Description |
|---|---|
| Equality(ContainerNetworkLogs, ContainerNetworkLogs) |
Determines if two ContainerNetworkLogs values are the same. |
| Implicit(String to ContainerNetworkLogs) |
Converts a string to a ContainerNetworkLogs. |
| Implicit(String to Nullable<ContainerNetworkLogs>) | |
| Inequality(ContainerNetworkLogs, ContainerNetworkLogs) |
Determines if two ContainerNetworkLogs values are not the same. |