ODataAadServicePrincipalCredentialType 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.
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
| Name | Description |
|---|---|
| ODataAadServicePrincipalCredentialType(String) |
Initializes a new instance of ODataAadServicePrincipalCredentialType. |
Properties
| Name | Description |
|---|---|
| ServicePrincipalCert |
ServicePrincipalCert. |
| ServicePrincipalKey |
ServicePrincipalKey. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |