IContainerServiceNetworkProfile.ObservabilityEnabled Property
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.
Indicates the enablement of Advanced Networking observability functionalities on clusters.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Indicates the enablement of Advanced Networking observability functionalities on clusters.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)]
public bool? ObservabilityEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Indicates the enablement of Advanced Networking observability functionalities on clusters.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)>]
member this.ObservabilityEnabled : Nullable<bool> with get, set
Public Property ObservabilityEnabled As Nullable(Of Boolean)
Property Value
- Attributes