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