DeviceRegistryNamespaceAuthenticationType 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.
Device Registry Namespace MI authentication type: UserAssigned, SystemAssigned.
public readonly struct DeviceRegistryNamespaceAuthenticationType : IEquatable<Azure.ResourceManager.DeviceProvisioningServices.Models.DeviceRegistryNamespaceAuthenticationType>
type DeviceRegistryNamespaceAuthenticationType = struct
Public Structure DeviceRegistryNamespaceAuthenticationType
Implements IEquatable(Of DeviceRegistryNamespaceAuthenticationType)
- Inheritance
-
DeviceRegistryNamespaceAuthenticationType
- Implements
Constructors
| Name | Description |
|---|---|
| DeviceRegistryNamespaceAuthenticationType(String) |
Initializes a new instance of DeviceRegistryNamespaceAuthenticationType. |
Properties
| Name | Description |
|---|---|
| SystemAssigned |
System assigned authentication type. |
| UserAssigned |
User assigned authentication type. |
Methods
| Name | Description |
|---|---|
| Equals(DeviceRegistryNamespaceAuthenticationType) |
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(DeviceRegistryNamespaceAuthenticationType, DeviceRegistryNamespaceAuthenticationType) |
Determines if two DeviceRegistryNamespaceAuthenticationType values are the same. |
| Implicit(String to DeviceRegistryNamespaceAuthenticationType) |
Converts a String to a DeviceRegistryNamespaceAuthenticationType. |
| Inequality(DeviceRegistryNamespaceAuthenticationType, DeviceRegistryNamespaceAuthenticationType) |
Determines if two DeviceRegistryNamespaceAuthenticationType values are not the same. |