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. |
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