ConnectionMonitorOutput Class
Describes a connection monitor output destination.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionMonitorOutput
Constructor
ConnectionMonitorOutput(*, type: str | _models.OutputType | None = None, workspace_settings: _models.ConnectionMonitorWorkspaceSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
OutputType
Connection monitor output destination type. Currently, only "Workspace" is supported. "Workspace" |
workspace_settings
|
Describes the settings for producing output into a log analytics workspace. |
Variables
Name | Description |
---|---|
type
|
str or
OutputType
Connection monitor output destination type. Currently, only "Workspace" is supported. "Workspace" |
workspace_settings
|
Describes the settings for producing output into a log analytics workspace. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python