FlowLogFormatParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.network.FlowLogFormatParameters

public class FlowLogFormatParameters

Parameters that define the flow log format.

Constructor Summary

Constructor Description
FlowLogFormatParameters()

Method Summary

Modifier and Type Method and Description
FlowLogFormatType type()

Get the file type of flow log.

java.lang.Integer version()

Get the version (revision) of the flow log.

FlowLogFormatParameters withType(FlowLogFormatType type)

Set the file type of flow log.

FlowLogFormatParameters withVersion(Integer version)

Set the version (revision) of the flow log.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

FlowLogFormatParameters

public FlowLogFormatParameters()

Method Details

type

public FlowLogFormatType type()

Get the file type of flow log. Possible values include: 'JSON'.

Returns:

the type value

version

public Integer version()

Get the version (revision) of the flow log.

Returns:

the version value

withType

public FlowLogFormatParameters withType(FlowLogFormatType type)

Set the file type of flow log. Possible values include: 'JSON'.

Parameters:

type - the type value to set

Returns:

the FlowLogFormatParameters object itself.

withVersion

public FlowLogFormatParameters withVersion(Integer version)

Set the version (revision) of the flow log.

Parameters:

version - the version value to set

Returns:

the FlowLogFormatParameters object itself.

Applies to