NetworkingConfigurationResponse

data class NetworkingConfigurationResponse(val externalNetworkingMode: String, val host: String? = null, val routes: List<NetworkingRouteResponse>)

Networking configuration for the pipeline group instance.

Constructors

Link copied to clipboard
constructor(externalNetworkingMode: String, host: String? = null, routes: List<NetworkingRouteResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

External networking mode.

Link copied to clipboard
val host: String? = null

The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.

Link copied to clipboard

Networking routes configuration.