IotHubAuthenticationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET