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'.
public readonly struct RequestSource : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.RequestSource>
type RequestSource = struct
Public Structure RequestSource
Implements IEquatable(Of RequestSource)
- Inheritance
-
RequestSource
- Implements
Constructors
RequestSource(String) |
Initializes a new instance of RequestSource. |
Properties
Rest |
rest. |
Methods
Equals(RequestSource) |
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(RequestSource, RequestSource) |
Determines if two RequestSource values are the same. |
Implicit(String to RequestSource) |
Converts a string to a RequestSource. |
Inequality(RequestSource, RequestSource) |
Determines if two RequestSource values are not the same. |
Applies to
Azure SDK for .NET