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