Freigeben über


DeviceRegistryNamespaceAuthenticationType Struct

Definition

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.

Applies to