AdvancedNetworkingObservability Class
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.
Observability profile to enable advanced network metrics and flow logs with historical contexts.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AdvancedNetworkingObservabilityTypeConverter))]
public class AdvancedNetworkingObservability : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAdvancedNetworkingObservability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AdvancedNetworkingObservabilityTypeConverter))>]
type AdvancedNetworkingObservability = class
interface IAdvancedNetworkingObservability
interface IJsonSerializable
Public Class AdvancedNetworkingObservability
Implements IAdvancedNetworkingObservability
- Inheritance
-
AdvancedNetworkingObservability
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AdvancedNetworkingObservability() |
Creates an new AdvancedNetworkingObservability instance. |
Properties
| Name | Description |
|---|---|
| Enabled |
Indicates the enablement of Advanced Networking observability functionalities on clusters. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdvancedNetworkingObservability. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdvancedNetworkingObservability. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAdvancedNetworkingObservability. |
| FromJsonString(String) |
Creates a new instance of AdvancedNetworkingObservability, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdvancedNetworkingObservability into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |