Package-level declarations
Types
Link copied to clipboard
data class AzureMonitorWorkspacePropertiesResponse(val includeChangeDetails: String? = null, val workspaceId: String? = null, val workspaceResourceId: String? = null)
Configuration properties of an Azure Monitor workspace that receives change notifications.
Link copied to clipboard
data class ConfigurationProfileResourcePropertiesResponse(val notifications: NotificationSettingsResponse? = null)
The properties of a configuration profile.
Link copied to clipboard
data class GetConfigurationProfileResult(val id: String, val identity: ResourceIdentityResponse? = null, val location: String? = null, val name: String, val properties: ConfigurationProfileResourcePropertiesResponse, val systemData: SystemDataResponse? = null, val type: String)
A profile object that contains change analysis configuration, such as notification settings, for this subscription
Link copied to clipboard
data class NotificationSettingsResponse(val activationState: String? = null, val azureMonitorWorkspaceProperties: AzureMonitorWorkspacePropertiesResponse? = null)
Settings of change notification configuration for a subscription.
Link copied to clipboard
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)
The identity block returned by ARM resource that supports managed identity.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String, val createdBy: String, val createdByType: String, val lastModifiedAt: String, val lastModifiedBy: String, val lastModifiedByType: String)
Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources