EmissionType 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.
Emission format type.
public readonly struct EmissionType : IEquatable<Azure.ResourceManager.NetworkFunction.Models.EmissionType>
type EmissionType = struct
Public Structure EmissionType
Implements IEquatable(Of EmissionType)
- Inheritance
-
EmissionType
- Implements
Constructors
| Name | Description |
|---|---|
| EmissionType(String) |
Initializes a new instance of EmissionType. |
Properties
| Name | Description |
|---|---|
| Ipfix |
IPFIX. |
Methods
| Name | Description |
|---|---|
| Equals(EmissionType) |
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(EmissionType, EmissionType) |
Determines if two EmissionType values are the same. |
| Implicit(String to EmissionType) |
Converts a string to a EmissionType. |
| Implicit(String to Nullable<EmissionType>) | |
| Inequality(EmissionType, EmissionType) |
Determines if two EmissionType values are not the same. |