Freigeben über


LinkerAuthType Struct

Definition

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

Name Description
LinkerAuthType(String)

Initializes a new instance of LinkerAuthType.

Properties

Name Description
Secret

secret.

ServicePrincipalCertificate

servicePrincipalCertificate.

ServicePrincipalSecret

servicePrincipalSecret.

SystemAssignedIdentity

systemAssignedIdentity.

UserAssignedIdentity

userAssignedIdentity.

Methods

Name Description
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

Name Description
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