Advanced Networking Response
data class AdvancedNetworkingResponse(val enabled: Boolean? = null, val observability: AdvancedNetworkingObservabilityResponse? = null, val security: AdvancedNetworkingSecurityResponse? = null)
Advanced Networking profile for enabling observability and security feature suite on a cluster. For more information see aka.ms/aksadvancednetworking.
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, observability: AdvancedNetworkingObservabilityResponse? = null, security: AdvancedNetworkingSecurityResponse? = null)