IngestionType Struct
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.
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
| Name | Description |
|---|---|
| IngestionType(String) |
Initializes a new instance of IngestionType. |
Properties
| Name | Description |
|---|---|
| Ipfix |
IPFIX. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(IngestionType, IngestionType) |
Determines if two IngestionType values are the same. |
| Implicit(String to IngestionType) |
Converts a string to a IngestionType. |
| Implicit(String to Nullable<IngestionType>) | |
| Inequality(IngestionType, IngestionType) |
Determines if two IngestionType values are not the same. |