FlowType 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowTypeTypeConverter))]
public struct FlowType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowTypeTypeConverter))>]
type FlowType = struct
interface IArgumentCompleter
Public Structure FlowType
Implements IArgumentCompleter, IEquatable(Of FlowType)
- Inheritance
-
FlowType
- Attributes
- Implements
Fields
Bluefield |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(FlowType) |
Compares values of enum type FlowType |
Equals(Object) |
Compares values of enum type FlowType (override for Object) |
GetHashCode() |
Returns hashCode for enum FlowType |
ToString() |
Returns string representation for FlowType |
Operators
Equality(FlowType, FlowType) |
Overriding == operator for enum FlowType |
Implicit(FlowType to String) |
Implicit operator to convert FlowType to string |
Implicit(String to FlowType) |
Implicit operator to convert string to FlowType |
Inequality(FlowType, FlowType) |
Overriding != operator for enum FlowType |