Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogProfileResourcePatch

Package version

The log profile resource for patch operations.

Hierarchy

  • LogProfileResourcePatch

Index

Properties

Optional categories

categories: string[]

the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.'

Optional locations

locations: string[]

List of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location.

Optional retentionPolicy

retentionPolicy: RetentionPolicy

the retention policy for the events in the log.

Optional serviceBusRuleId

serviceBusRuleId: undefined | string

The service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log. The rule ID is of the format: '{service bus resource ID}/authorizationrules/{key name}'.

Optional storageAccountId

storageAccountId: undefined | string

the resource id of the storage account to which you would like to send the Activity Log.

Optional tags

tags: undefined | {}

Resource tags

Generated using TypeDoc