你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceAuthType Struct

Definition

Contains constants for authentication methods.

public readonly struct ServiceAuthType : IEquatable<Azure.Developer.Playwright.ServiceAuthType>
type ServiceAuthType = struct
Public Structure ServiceAuthType
Implements IEquatable(Of ServiceAuthType)
Inheritance
ServiceAuthType
Implements

Remarks

Initializes a new instance of the ServiceAuthType structure.

Constructors

Name Description
ServiceAuthType(String)

Contains constants for authentication methods.

Properties

Name Description
AccessToken

Access token authentication method.

EntraId

Entra ID authentication method.

Methods

Name Description
Equals(ServiceAuthType)

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

Determines if two ServiceAuthType values are the same.

Implicit(String to ServiceAuthType)

Converts a string to a ServiceAuthType.

Inequality(ServiceAuthType, ServiceAuthType)

Determines if two ServiceAuthType values are different.

Applies to