SynapseClusterPrincipalRole 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.
Cluster principal role.
public readonly struct SynapseClusterPrincipalRole : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseClusterPrincipalRole>
type SynapseClusterPrincipalRole = struct
Public Structure SynapseClusterPrincipalRole
Implements IEquatable(Of SynapseClusterPrincipalRole)
- Inheritance
-
SynapseClusterPrincipalRole
- Implements
Constructors
SynapseClusterPrincipalRole(String) |
Initializes a new instance of SynapseClusterPrincipalRole. |
Properties
AllDatabasesAdmin |
AllDatabasesAdmin. |
AllDatabasesViewer |
AllDatabasesViewer. |
Methods
Equals(SynapseClusterPrincipalRole) |
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(SynapseClusterPrincipalRole, SynapseClusterPrincipalRole) |
Determines if two SynapseClusterPrincipalRole values are the same. |
Implicit(String to SynapseClusterPrincipalRole) |
Converts a string to a SynapseClusterPrincipalRole. |
Inequality(SynapseClusterPrincipalRole, SynapseClusterPrincipalRole) |
Determines if two SynapseClusterPrincipalRole values are not the same. |
Applies to
Azure SDK for .NET