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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET