SynapseDatabasePrincipalRole Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET