ClusterPrincipalRole Struct

Definition

Cluster principal role.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRoleTypeConverter))]
public struct ClusterPrincipalRole : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRole>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.ClusterPrincipalRoleTypeConverter))>]
type ClusterPrincipalRole = struct
    interface IArgumentCompleter
Public Structure ClusterPrincipalRole
Implements IArgumentCompleter, IEquatable(Of ClusterPrincipalRole)
Inheritance
ClusterPrincipalRole
Attributes
Implements

Fields

AllDatabasesAdmin
AllDatabasesViewer

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ClusterPrincipalRole)

Compares values of enum type ClusterPrincipalRole

Equals(Object)

Compares values of enum type ClusterPrincipalRole (override for Object)

GetHashCode()

Returns hashCode for enum ClusterPrincipalRole

ToString()

Returns string representation for ClusterPrincipalRole

Operators

Equality(ClusterPrincipalRole, ClusterPrincipalRole)

Overriding == operator for enum ClusterPrincipalRole

Implicit(ClusterPrincipalRole to String)

Implicit operator to convert ClusterPrincipalRole to string

Implicit(String to ClusterPrincipalRole)

Implicit operator to convert string to ClusterPrincipalRole

Inequality(ClusterPrincipalRole, ClusterPrincipalRole)

Overriding != operator for enum ClusterPrincipalRole

Applies to