Managed Grafana Properties Response
data class ManagedGrafanaPropertiesResponse(val apiKey: String? = null, val autoGeneratedDomainNameLabelScope: String? = null, val deterministicOutboundIP: String? = null, val endpoint: String, val grafanaIntegrations: GrafanaIntegrationsResponse? = null, val grafanaVersion: String, val outboundIPs: List<String>, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val zoneRedundancy: String? = null)
Properties specific to the grafana resource.
Constructors
Link copied to clipboard
fun ManagedGrafanaPropertiesResponse(apiKey: String? = null, autoGeneratedDomainNameLabelScope: String? = null, deterministicOutboundIP: String? = null, endpoint: String, grafanaIntegrations: GrafanaIntegrationsResponse? = null, grafanaVersion: String, outboundIPs: List<String>, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, zoneRedundancy: String? = null)