SynapseAadOnlyAuthenticationName 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.
The SynapseAadOnlyAuthenticationName.
public readonly struct SynapseAadOnlyAuthenticationName : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseAadOnlyAuthenticationName>
type SynapseAadOnlyAuthenticationName = struct
Public Structure SynapseAadOnlyAuthenticationName
Implements IEquatable(Of SynapseAadOnlyAuthenticationName)
- Inheritance
-
SynapseAadOnlyAuthenticationName
- Implements
Constructors
| SynapseAadOnlyAuthenticationName(String) |
Initializes a new instance of SynapseAadOnlyAuthenticationName. |
Properties
| Default |
default. |
Methods
| Equals(SynapseAadOnlyAuthenticationName) |
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(SynapseAadOnlyAuthenticationName, SynapseAadOnlyAuthenticationName) |
Determines if two SynapseAadOnlyAuthenticationName values are the same. |
| Implicit(String to SynapseAadOnlyAuthenticationName) |
Converts a String to a SynapseAadOnlyAuthenticationName. |
| Inequality(SynapseAadOnlyAuthenticationName, SynapseAadOnlyAuthenticationName) |
Determines if two SynapseAadOnlyAuthenticationName values are not the same. |