ホーム › NetworkManagement.NetManagement › MSA_INFO_ACCOUNT_TYPE
MSA_INFO_ACCOUNT_TYPE
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| MsaAccountFalse | 0 | 0x0 |
| StandAloneManagedServiceAccount | 1 | 0x1 |
| GroupManagedServiceAccount | 2 | 0x2 |
| DelegatedManagedServiceAccount | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum MSA_INFO_ACCOUNT_TYPE : int {
MsaAccountFalse = 0,
StandAloneManagedServiceAccount = 1,
GroupManagedServiceAccount = 2,
DelegatedManagedServiceAccount = 3
} MSA_INFO_ACCOUNT_TYPE;public enum MSA_INFO_ACCOUNT_TYPE : int
{
MsaAccountFalse = 0,
StandAloneManagedServiceAccount = 1,
GroupManagedServiceAccount = 2,
DelegatedManagedServiceAccount = 3,
}Public Enum MSA_INFO_ACCOUNT_TYPE As Integer
MsaAccountFalse = 0
StandAloneManagedServiceAccount = 1
GroupManagedServiceAccount = 2
DelegatedManagedServiceAccount = 3
End Enumimport enum
class MSA_INFO_ACCOUNT_TYPE(enum.IntEnum):
MsaAccountFalse = 0
StandAloneManagedServiceAccount = 1
GroupManagedServiceAccount = 2
DelegatedManagedServiceAccount = 3// MSA_INFO_ACCOUNT_TYPE
pub const MsaAccountFalse: i32 = 0;
pub const StandAloneManagedServiceAccount: i32 = 1;
pub const GroupManagedServiceAccount: i32 = 2;
pub const DelegatedManagedServiceAccount: i32 = 3;// MSA_INFO_ACCOUNT_TYPE
const (
MsaAccountFalse int32 = 0
StandAloneManagedServiceAccount int32 = 1
GroupManagedServiceAccount int32 = 2
DelegatedManagedServiceAccount int32 = 3
)const
MsaAccountFalse = 0;
StandAloneManagedServiceAccount = 1;
GroupManagedServiceAccount = 2;
DelegatedManagedServiceAccount = 3;// MSA_INFO_ACCOUNT_TYPE
pub const MsaAccountFalse: i32 = 0;
pub const StandAloneManagedServiceAccount: i32 = 1;
pub const GroupManagedServiceAccount: i32 = 2;
pub const DelegatedManagedServiceAccount: i32 = 3;const
MsaAccountFalse* = 0
StandAloneManagedServiceAccount* = 1
GroupManagedServiceAccount* = 2
DelegatedManagedServiceAccount* = 3enum MSA_INFO_ACCOUNT_TYPE : int {
MsaAccountFalse = 0,
StandAloneManagedServiceAccount = 1,
GroupManagedServiceAccount = 2,
DelegatedManagedServiceAccount = 3,
}#define global MsaAccountFalse 0x0
#define global StandAloneManagedServiceAccount 0x1
#define global GroupManagedServiceAccount 0x2
#define global DelegatedManagedServiceAccount 0x3