Share via


ComponentItemScope Struct

Definition

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

ComponentItemScope(String)

Initializes a new instance of ComponentItemScope.

Properties

Shared

shared.

User

user.

Methods

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

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.

Applies to