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