LogAnalyticsInputBase Class

Definition

Api input base class for LogAnalytics Api.

public class LogAnalyticsInputBase
type LogAnalyticsInputBase = class
Public Class LogAnalyticsInputBase
Inheritance
LogAnalyticsInputBase
Derived

Constructors

LogAnalyticsInputBase()

Initializes a new instance of the LogAnalyticsInputBase class.

LogAnalyticsInputBase(String, DateTime, DateTime, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the LogAnalyticsInputBase class.

Properties

BlobContainerSasUri

Gets or sets SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.

FromTime

Gets or sets from time of the query

GroupByOperationName

Gets or sets group query result by Operation Name.

GroupByResourceName

Gets or sets group query result by Resource Name.

GroupByThrottlePolicy

Gets or sets group query result by Throttle Policy applied.

ToTime

Gets or sets to time of the query

Methods

Validate()

Validate the object.

Applies to