LogProfileResourcePatch interface
The log profile resource for patch operations.
Properties
categories | the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.' |
locations | 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. |
retention |
the retention policy for the events in the log. |
service |
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}'. |
storage |
the resource id of the storage account to which you would like to send the Activity Log. |
tags | Resource tags |
Property Details
categories
the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.'
categories?: string[]
Property Value
string[]
locations
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.
locations?: string[]
Property Value
string[]
retentionPolicy
the retention policy for the events in the log.
retentionPolicy?: RetentionPolicy
Property Value
serviceBusRuleId
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}'.
serviceBusRuleId?: string
Property Value
string
storageAccountId
the resource id of the storage account to which you would like to send the Activity Log.
storageAccountId?: string
Property Value
string
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}