Sdílet prostřednictvím


SynapseClusterPrincipalRole Struct

Definition

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