FlowLogFormatParameters Class
Parameters that define the flow log format.
- Inheritance
-
azure.mgmt.network._serialization.ModelFlowLogFormatParameters
Constructor
FlowLogFormatParameters(*, type: str | _models.FlowLogFormatType | None = None, version: int = 0, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The file type of flow log. "JSON" |
version
|
The version (revision) of the flow log. |
Variables
Name | Description |
---|---|
type
|
The file type of flow log. "JSON" |
version
|
The version (revision) of the flow log. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python