Show / Hide Table of Contents

Class GetLogProfileResult

Inheritance
System.Object
GetLogProfileResult
Inherited Members
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 GetLogProfileResult

Fields

View Source

Categories

List of categories of the logs.

Declaration
public readonly ImmutableArray<string> Categories
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Locations

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

Declaration
public readonly ImmutableArray<string> Locations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RetentionPolicies

Declaration
public readonly ImmutableArray<GetLogProfileRetentionPolicyResult> RetentionPolicies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetLogProfileRetentionPolicyResult>
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.

Declaration
public readonly string ServicebusRuleId
Field Value
Type Description
System.String
View Source

StorageAccountId

The resource id of the storage account in which the Activity Log is stored.

Declaration
public readonly string StorageAccountId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.