Share via


ItemScope 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 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