FlowLogFormatParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters that define the flow log format.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FlowLogFormatParametersTypeConverter))]
public class FlowLogFormatParameters : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLogFormatParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FlowLogFormatParametersTypeConverter))>]
type FlowLogFormatParameters = class
interface IFlowLogFormatParameters
interface IJsonSerializable
Public Class FlowLogFormatParameters
Implements IFlowLogFormatParameters
- Inheritance
-
FlowLogFormatParameters
- Attributes
- Implements
Constructors
FlowLogFormatParameters() |
Creates an new FlowLogFormatParameters instance. |
Properties
Type |
The file type of flow log. |
Version |
The version (revision) of the flow log. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FlowLogFormatParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FlowLogFormatParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLogFormatParameters. |
FromJsonString(String) |
Creates a new instance of FlowLogFormatParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FlowLogFormatParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |