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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python