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

SynapseAadOnlyAuthenticationName Struct

Definition

The SynapseAadOnlyAuthenticationName.

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

Constructors

Name Description
SynapseAadOnlyAuthenticationName(String)

Initializes a new instance of SynapseAadOnlyAuthenticationName.

Properties

Name Description
Default

default.

Methods

Name Description
Equals(SynapseAadOnlyAuthenticationName)

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

Determines if two SynapseAadOnlyAuthenticationName values are the same.

Implicit(String to SynapseAadOnlyAuthenticationName)

Converts a String to a SynapseAadOnlyAuthenticationName.

Inequality(SynapseAadOnlyAuthenticationName, SynapseAadOnlyAuthenticationName)

Determines if two SynapseAadOnlyAuthenticationName values are not the same.

Applies to