LogAnalyticsIdentifier Class
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.
Represents a Log Analytics workspace scope identifier.
public class LogAnalyticsIdentifier : Azure.ResourceManager.SecurityCenter.Models.SecurityAlertResourceIdentifier
public class LogAnalyticsIdentifier : Azure.ResourceManager.SecurityCenter.Models.SecurityAlertResourceIdentifier, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.LogAnalyticsIdentifier>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.LogAnalyticsIdentifier>
type LogAnalyticsIdentifier = class
inherit SecurityAlertResourceIdentifier
type LogAnalyticsIdentifier = class
inherit SecurityAlertResourceIdentifier
interface IJsonModel<LogAnalyticsIdentifier>
interface IPersistableModel<LogAnalyticsIdentifier>
Public Class LogAnalyticsIdentifier
Inherits SecurityAlertResourceIdentifier
Public Class LogAnalyticsIdentifier
Inherits SecurityAlertResourceIdentifier
Implements IJsonModel(Of LogAnalyticsIdentifier), IPersistableModel(Of LogAnalyticsIdentifier)
- Inheritance
- Implements
Properties
AgentId |
(optional) The LogAnalytics agent id reporting the event that this alert is based on. |
WorkspaceId |
The LogAnalytics workspace id that stores this alert. |
WorkspaceResourceGroup |
The azure resource group for the LogAnalytics workspace storing this alert. |
WorkspaceSubscriptionId |
The azure subscription id for the LogAnalytics workspace storing this alert. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET