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 SourceCategories
List of categories of the logs.
Declaration
public readonly ImmutableArray<string> Categories
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RetentionPolicies
Declaration
public readonly ImmutableArray<GetLogProfileRetentionPolicyResult> RetentionPolicies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetLogProfileRetentionPolicyResult> |
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 |
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 |