ComponentFlowType 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.
Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
public readonly struct ComponentFlowType : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.ComponentFlowType>
type ComponentFlowType = struct
Public Structure ComponentFlowType
Implements IEquatable(Of ComponentFlowType)
- Inheritance
-
ComponentFlowType
- Implements
Constructors
ComponentFlowType(String) |
Initializes a new instance of ComponentFlowType. |
Properties
Bluefield |
Bluefield. |
Methods
Equals(ComponentFlowType) |
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(ComponentFlowType, ComponentFlowType) |
Determines if two ComponentFlowType values are the same. |
Implicit(String to ComponentFlowType) |
Converts a string to a ComponentFlowType. |
Inequality(ComponentFlowType, ComponentFlowType) |
Determines if two ComponentFlowType values are not the same. |
Applies to
Azure SDK for .NET