@ -1,18 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
from . import _Azure
|
from . import _Azure
|
||||||
|
|
||||||
|
|
||||||
class _Monitor(_Azure):
|
class _Monitor(_Azure):
|
||||||
_type = "monitor"
|
_type = "monitor"
|
||||||
_icon_dir = "resources/azure/monitor"
|
_icon_dir = "resources/azure/monitor"
|
||||||
|
|
||||||
|
|
||||||
class Monitor(_Monitor):
|
class ChangeAnalysis(_Monitor):
|
||||||
_icon = "monitor.png"
|
_icon = "change-analysis.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Logs(_Monitor):
|
||||||
|
_icon = "logs.png"
|
||||||
|
|
||||||
|
|
||||||
class Metrics(_Monitor):
|
class Metrics(_Monitor):
|
||||||
_icon = "metrics.png"
|
_icon = "metrics.png"
|
||||||
|
|
||||||
class LogsAnalytics(_Monitor):
|
|
||||||
_icon = "logs.png"
|
|
||||||
|
|
||||||
class ChangeAnalysis(_Monitor):
|
class Monitor(_Monitor):
|
||||||
_icon = "change-analysis.png"
|
_icon = "monitor.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 6.8 KiB |