Share via


FlowType Struct

Definition

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 FlowType : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.FlowType>
type FlowType = struct
Public Structure FlowType
Implements IEquatable(Of FlowType)
Inheritance
FlowType
Implements

Constructors

FlowType(String)

Initializes a new instance of FlowType.

Properties

Bluefield

Bluefield.

Methods

Equals(FlowType)

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

Determines if two FlowType values are the same.

Implicit(String to FlowType)

Converts a string to a FlowType.

Inequality(FlowType, FlowType)

Determines if two FlowType values are not the same.

Applies to