Show / Hide Table of Contents

Class LogProfileState

Inheritance
System.Object
InputArgs
ResourceArgs
LogProfileState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Monitoring
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LogProfileState : ResourceArgs

Constructors

View Source

LogProfileState()

Declaration
public LogProfileState()

Properties

View Source

Categories

List of categories of the logs.

Declaration
public InputList<string> Categories { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Locations

List of regions for which Activity Log events are stored or streamed.

Declaration
public InputList<string> Locations { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

The name of the Log Profile. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RetentionPolicy

A retention_policy block as documented below. A retention policy for how long Activity Logs are retained in the storage account.

Declaration
public Input<LogProfileRetentionPolicyGetArgs> RetentionPolicy { get; set; }
Property Value
Type Description
Input<LogProfileRetentionPolicyGetArgs>
View Source

ServicebusRuleId

The service bus (or event hub) rule ID of the service bus (or event hub) namespace in which the Activity Log is streamed to. At least one of storage_account_id or servicebus_rule_id must be set.

Declaration
public Input<string> ServicebusRuleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageAccountId

The resource ID of the storage account in which the Activity Log is stored. At least one of storage_account_id or servicebus_rule_id must be set.

Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.