IManagedGrafana Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Models.Api20220801.ManagedGrafanaTypeConverter))]
public interface IManagedGrafana : Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Models.Api20220801.ManagedGrafanaTypeConverter))>]
type IManagedGrafana = interface
    interface IJsonSerializable
Public Interface IManagedGrafana
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ApiKey

The api key setting of the Grafana instance.

AutoGeneratedDomainNameLabelScope

Scope for dns deterministic name hash calculation.

DeterministicOutboundIP

Whether a Grafana instance uses deterministic outbound IPs.

Endpoint

The endpoint of the Grafana instance.

GrafanaIntegrationAzureMonitorWorkspaceIntegration

The MonitorWorkspaceIntegration of Azure Managed Grafana.

GrafanaVersion

The Grafana software version.

Id

ARM id of the grafana resource

IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Location

The geo-location where the grafana resource lives

Name

Name of the grafana resource.

OutboundIP

List of outbound IPs if deterministicOutboundIP is enabled.

PrivateEndpointConnection

The private endpoint connections of the Grafana instance.

ProvisioningState

Provisioning state of the resource.

PublicNetworkAccess

Indicate the state for enable or disable traffic over the public interface.

SkuName

The Sku of the grafana resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

The tags for grafana resource.

Type

The type of the grafana resource.

ZoneRedundancy

The zone redundancy setting of the Grafana instance.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to