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
CredentialReferenceType(String) |
Initializes a new instance of CredentialReferenceType. |
Properties
CredentialReference |
CredentialReference. |
Methods
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
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. |
Applies to
Azure SDK for .NET