Share via


CredentialReferenceType Struct

Definition

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