CredentialReferenceType 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.
Credential reference type.
public readonly struct CredentialReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.CredentialReferenceType>
type CredentialReferenceType = struct
Public Structure CredentialReferenceType
Implements IEquatable(Of CredentialReferenceType)
- Inheritance
-
CredentialReferenceType
- Implements
Constructors
| Name | Description |
|---|---|
| CredentialReferenceType(String) |
Initializes a new instance of CredentialReferenceType. |
Properties
| Name | Description |
|---|---|
| CredentialReference |
CredentialReference. |
Methods
| Name | Description |
|---|---|
| Equals(CredentialReferenceType) |
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
| Name | Description |
|---|---|
| Equality(CredentialReferenceType, CredentialReferenceType) |
Determines if two CredentialReferenceType values are the same. |
| Implicit(String to CredentialReferenceType) |
Converts a String to a CredentialReferenceType. |
| Inequality(CredentialReferenceType, CredentialReferenceType) |
Determines if two CredentialReferenceType values are not the same. |