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