Skip to main content

log_profiles

Overview

Namelog_profiles
TypeResource
Idazure.monitor.log_profiles

Fields

NameDatatypeDescription
idstringAzure resource Id
namestringAzure resource name
locationstringResource location
propertiesobjectThe log profile properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectGets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
typestringAzure resource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTlogProfileName, subscriptionIdGets the log profile.
listSELECTsubscriptionIdList the log profiles.
create_or_updateINSERTlogProfileName, subscriptionId, data__propertiesCreate or update a log profile in Azure Monitoring REST API.
deleteDELETElogProfileName, subscriptionIdDeletes the log profile.
_listEXECsubscriptionIdList the log profiles.
updateEXEClogProfileName, subscriptionIdUpdates an existing LogProfilesResource. To update other fields use the CreateOrUpdate method.