Udostępnij za pośrednictwem


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