summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WindowsAutopilotProfileAssignmentDetailedStatusEnum.go
blob: f3548a43838ca544d3e92a1f65bbaf05a341d04c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WindowsAutopilotProfileAssignmentDetailedStatus undocumented
type WindowsAutopilotProfileAssignmentDetailedStatus int

const (
	// WindowsAutopilotProfileAssignmentDetailedStatusVNone undocumented
	WindowsAutopilotProfileAssignmentDetailedStatusVNone WindowsAutopilotProfileAssignmentDetailedStatus = 0
	// WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet undocumented
	WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet WindowsAutopilotProfileAssignmentDetailedStatus = 1
)

// WindowsAutopilotProfileAssignmentDetailedStatusPNone returns a pointer to WindowsAutopilotProfileAssignmentDetailedStatusVNone
func WindowsAutopilotProfileAssignmentDetailedStatusPNone() *WindowsAutopilotProfileAssignmentDetailedStatus {
	v := WindowsAutopilotProfileAssignmentDetailedStatusVNone
	return &v
}

// WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet returns a pointer to WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet
func WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet() *WindowsAutopilotProfileAssignmentDetailedStatus {
	v := WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet
	return &v
}