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

IotHubAuthenticationType Struct

Definition

Specifies authentication type being used for connecting to the storage account.

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

Constructors

IotHubAuthenticationType(String)

Initializes a new instance of IotHubAuthenticationType.

Properties

IdentityBased

identityBased.

KeyBased

keyBased.

Methods

Equals(IotHubAuthenticationType)

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

Determines if two IotHubAuthenticationType values are the same.

Implicit(String to IotHubAuthenticationType)

Converts a String to a IotHubAuthenticationType.

Inequality(IotHubAuthenticationType, IotHubAuthenticationType)

Determines if two IotHubAuthenticationType values are not the same.

Applies to