LinkerAuthType 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.
The authentication type.
public readonly struct LinkerAuthType : IEquatable<Azure.ResourceManager.ServiceLinker.Models.LinkerAuthType>
type LinkerAuthType = struct
Public Structure LinkerAuthType
Implements IEquatable(Of LinkerAuthType)
- Inheritance
-
LinkerAuthType
- Implements
Constructors
LinkerAuthType(String) |
Initializes a new instance of LinkerAuthType. |
Properties
Secret |
secret. |
ServicePrincipalCertificate |
servicePrincipalCertificate. |
ServicePrincipalSecret |
servicePrincipalSecret. |
SystemAssignedIdentity |
systemAssignedIdentity. |
UserAssignedIdentity |
userAssignedIdentity. |
Methods
Equals(LinkerAuthType) |
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(LinkerAuthType, LinkerAuthType) |
Determines if two LinkerAuthType values are the same. |
Implicit(String to LinkerAuthType) |
Converts a string to a LinkerAuthType. |
Inequality(LinkerAuthType, LinkerAuthType) |
Determines if two LinkerAuthType values are not the same. |
Applies to
Azure SDK for .NET