다음을 통해 공유


DataProductUserRole Struct

Definition

The data type state.

public readonly struct DataProductUserRole : IEquatable<Azure.ResourceManager.NetworkAnalytics.Models.DataProductUserRole>
type DataProductUserRole = struct
Public Structure DataProductUserRole
Implements IEquatable(Of DataProductUserRole)
Inheritance
DataProductUserRole
Implements

Constructors

DataProductUserRole(String)

Initializes a new instance of DataProductUserRole.

Properties

Reader

Field to specify user of type Reader.

SensitiveReader

Field to specify user of type SensitiveReader. This user has privileged access to read sensitive data of a data product.

Methods

Equals(DataProductUserRole)

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(DataProductUserRole, DataProductUserRole)

Determines if two DataProductUserRole values are the same.

Implicit(String to DataProductUserRole)

Converts a string to a DataProductUserRole.

Inequality(DataProductUserRole, DataProductUserRole)

Determines if two DataProductUserRole values are not the same.

Applies to