ODataAadServicePrincipalCredentialType Struct

Definition

Specify the credential type (key or cert) is used for service principal.

public readonly struct ODataAadServicePrincipalCredentialType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ODataAadServicePrincipalCredentialType>
type ODataAadServicePrincipalCredentialType = struct
Public Structure ODataAadServicePrincipalCredentialType
Implements IEquatable(Of ODataAadServicePrincipalCredentialType)
Inheritance
ODataAadServicePrincipalCredentialType
Implements

Constructors

ODataAadServicePrincipalCredentialType(String)

Initializes a new instance of ODataAadServicePrincipalCredentialType.

Properties

ServicePrincipalCert

ServicePrincipalCert.

ServicePrincipalKey

ServicePrincipalKey.

Methods

Equals(ODataAadServicePrincipalCredentialType)

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(ODataAadServicePrincipalCredentialType, ODataAadServicePrincipalCredentialType)

Determines if two ODataAadServicePrincipalCredentialType values are the same.

Implicit(String to ODataAadServicePrincipalCredentialType)

Converts a string to a ODataAadServicePrincipalCredentialType.

Inequality(ODataAadServicePrincipalCredentialType, ODataAadServicePrincipalCredentialType)

Determines if two ODataAadServicePrincipalCredentialType values are not the same.

Applies to