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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET