RequestSource 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.
Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSourceTypeConverter))]
public struct RequestSource : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSourceTypeConverter))>]
type RequestSource = struct
interface IArgumentCompleter
Public Structure RequestSource
Implements IArgumentCompleter, IEquatable(Of RequestSource)
- Inheritance
-
RequestSource
- Attributes
- Implements
Fields
Rest |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type RequestSource (override for Object) |
Equals(RequestSource) |
Compares values of enum type RequestSource |
GetHashCode() |
Returns hashCode for enum RequestSource |
ToString() |
Returns string representation for RequestSource |
Operators
Equality(RequestSource, RequestSource) |
Overriding == operator for enum RequestSource |
Implicit(RequestSource to String) |
Implicit operator to convert RequestSource to string |
Implicit(String to RequestSource) |
Implicit operator to convert string to RequestSource |
Inequality(RequestSource, RequestSource) |
Overriding != operator for enum RequestSource |