你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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