Udostępnij za pośrednictwem


IngestionType Struct

Definition

The ingestion type.

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

Constructors

IngestionType(String)

Initializes a new instance of IngestionType.

Properties

Ipfix

IPFIX.

Methods

Equals(IngestionType)

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(IngestionType, IngestionType)

Determines if two IngestionType values are the same.

Implicit(String to IngestionType)

Converts a string to a IngestionType.

Inequality(IngestionType, IngestionType)

Determines if two IngestionType values are not the same.

Applies to