Package-level declarations

Types

Link copied to clipboard
data class AzureMonitorWorkspaceIntegrationResponse(val azureMonitorWorkspaceResourceId: String? = null)

Integrations for Azure Monitor Workspace.

Link copied to clipboard
data class GetGrafanaResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String, val properties: ManagedGrafanaPropertiesResponse, val sku: ResourceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The grafana resource type.

Link copied to clipboard
data class GetIntegrationFabricResult(val id: String, val location: String, val name: String, val properties: IntegrationFabricPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The integration fabric resource type.

Link copied to clipboard
data class GetManagedPrivateEndpointResult(val connectionState: ManagedPrivateEndpointConnectionStateResponse, val groupIds: List<String>? = null, val id: String, val location: String, val name: String, val privateLinkResourceId: String? = null, val privateLinkResourceRegion: String? = null, val privateLinkServicePrivateIP: String, val privateLinkServiceUrl: String? = null, val provisioningState: String, val requestMessage: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The managed private endpoint resource type.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val groupIds: List<String>? = null, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class GrafanaIntegrationsResponse(val azureMonitorWorkspaceIntegrations: List<AzureMonitorWorkspaceIntegrationResponse>? = null)

GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.

Link copied to clipboard
data class IntegrationFabricPropertiesResponse(val dataSourceResourceId: String? = null, val provisioningState: String, val scenarios: List<String>? = null, val targetResourceId: String? = null)
Link copied to clipboard
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.

data class ManagedPrivateEndpointConnectionStateResponse(val description: String, val status: String)

The state of managed private endpoint connection.

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val groupIds: List<String>? = null, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The Private Endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class ResourceSkuResponse(val name: String)
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties