ApplicationInsightsBuiltInRole Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Built-in ApplicationInsights roles that you can assign to users, groups, service principals, and managed identities.
public readonly struct ApplicationInsightsBuiltInRole : IEquatable<Azure.Provisioning.ApplicationInsights.ApplicationInsightsBuiltInRole>
type ApplicationInsightsBuiltInRole = struct
Public Structure ApplicationInsightsBuiltInRole
Implements IEquatable(Of ApplicationInsightsBuiltInRole)
- Inheritance
-
ApplicationInsightsBuiltInRole
- Implements
Constructors
ApplicationInsightsBuiltInRole(String) |
Built-in ApplicationInsights roles that you can assign to users, groups, service principals, and managed identities. |
Properties
ApplicationInsightsComponentContributor |
Can manage Application Insights components |
ApplicationInsightsSnapshotDebugger |
Gives user permission to view and download debug snapshots collected with the Application Insights Snapshot Debugger. Note that these permissions are not included in the Owner or Contributor roles. When giving users the Application Insights Snapshot Debugger role, you must grant the role directly to the user. The role is not recognized when it is added to a custom role. |
MonitoringContributor |
Can read all monitoring data and edit monitoring settings. See also Get started with roles, permissions, and security with Azure Monitor. |
MonitoringMetricsPublisher |
Enables publishing metrics against Azure resources |
MonitoringReader |
Can read all monitoring data (metrics, logs, etc.). See also Get started with roles, permissions, and security with Azure Monitor. |
WorkbookContributor |
Can save shared workbooks. |
WorkbookReader |
Can read workbooks. |
Methods
Equals(ApplicationInsightsBuiltInRole) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ApplicationInsightsBuiltInRole, ApplicationInsightsBuiltInRole) |
Determines if two ApplicationInsightsBuiltInRole values are the same. |
Implicit(String to ApplicationInsightsBuiltInRole) |
Converts a string to a ApplicationInsightsBuiltInRole. |
Inequality(ApplicationInsightsBuiltInRole, ApplicationInsightsBuiltInRole) |
Determines if two ApplicationInsightsBuiltInRole values are different. |
Applies to
Azure SDK for .NET