ConnectedDevicesAccountType Enum

  • java.lang.Object
    • java.lang.Enum<ConnectedDevicesAccountType>
      • com.microsoft.connecteddevices.ConnectedDevicesAccountType

public enum ConnectedDevicesAccountType

Contains values that describe the type of Microsoft-provided user account.

Fields

AAD

Azure Active Directory workplace account.

ANONYMOUS

Anonymous (local, non-authenticated) ConnectedDevicesAccount.

MSA

Microsoft personal account.

Methods

fromInt(int value)

public static ConnectedDevicesAccountType fromInt(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to