共用方式為


FlowLogFormatType Struct

Definition

The file type of flow log.

public readonly struct FlowLogFormatType : IEquatable<Azure.ResourceManager.Network.Models.FlowLogFormatType>
type FlowLogFormatType = struct
Public Structure FlowLogFormatType
Implements IEquatable(Of FlowLogFormatType)
Inheritance
FlowLogFormatType
Implements

Constructors

FlowLogFormatType(String)

Initializes a new instance of FlowLogFormatType.

Properties

Json

JSON.

Methods

Equals(FlowLogFormatType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(FlowLogFormatType, FlowLogFormatType)

Determines if two FlowLogFormatType values are the same.

Implicit(String to FlowLogFormatType)

Converts a string to a FlowLogFormatType.

Inequality(FlowLogFormatType, FlowLogFormatType)

Determines if two FlowLogFormatType values are not the same.

Applies to