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