ComponentItemScope 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.
Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
public readonly struct ComponentItemScope : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.ComponentItemScope>
type ComponentItemScope = struct
Public Structure ComponentItemScope
Implements IEquatable(Of ComponentItemScope)
- Inheritance
-
ComponentItemScope
- Implements
Constructors
| Name | Description |
|---|---|
| ComponentItemScope(String) |
Initializes a new instance of ComponentItemScope. |
Properties
| Name | Description |
|---|---|
| Shared |
shared. |
| User |
user. |
Methods
| Name | Description |
|---|---|
| Equals(ComponentItemScope) |
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
| Name | Description |
|---|---|
| Equality(ComponentItemScope, ComponentItemScope) |
Determines if two ComponentItemScope values are the same. |
| Implicit(String to ComponentItemScope) |
Converts a String to a ComponentItemScope. |
| Inequality(ComponentItemScope, ComponentItemScope) |
Determines if two ComponentItemScope values are not the same. |