Megosztás a következőn keresztül:


SynapseDatabasePrincipalRole Struct

Definition

Database principal role.

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

Constructors

SynapseDatabasePrincipalRole(String)

Initializes a new instance of SynapseDatabasePrincipalRole.

Properties

Admin

Admin.

Ingestor

Ingestor.

Monitor

Monitor.

UnrestrictedViewer

UnrestrictedViewer.

User

User.

Viewer

Viewer.

Methods

Equals(SynapseDatabasePrincipalRole)

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

Determines if two SynapseDatabasePrincipalRole values are the same.

Implicit(String to SynapseDatabasePrincipalRole)

Converts a string to a SynapseDatabasePrincipalRole.

Inequality(SynapseDatabasePrincipalRole, SynapseDatabasePrincipalRole)

Determines if two SynapseDatabasePrincipalRole values are not the same.

Applies to