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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python