blob: c87c32a1b47932b185577380f24046b08ac8984d (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// QuarantineReason undocumented
type QuarantineReason string
const (
// QuarantineReasonVEncounteredBaseEscrowThreshold undocumented
QuarantineReasonVEncounteredBaseEscrowThreshold QuarantineReason = "EncounteredBaseEscrowThreshold"
// QuarantineReasonVEncounteredTotalEscrowThreshold undocumented
QuarantineReasonVEncounteredTotalEscrowThreshold QuarantineReason = "EncounteredTotalEscrowThreshold"
// QuarantineReasonVEncounteredEscrowProportionThreshold undocumented
QuarantineReasonVEncounteredEscrowProportionThreshold QuarantineReason = "EncounteredEscrowProportionThreshold"
// QuarantineReasonVEncounteredQuarantineException undocumented
QuarantineReasonVEncounteredQuarantineException QuarantineReason = "EncounteredQuarantineException"
// QuarantineReasonVUnknown undocumented
QuarantineReasonVUnknown QuarantineReason = "Unknown"
// QuarantineReasonVQuarantinedOnDemand undocumented
QuarantineReasonVQuarantinedOnDemand QuarantineReason = "QuarantinedOnDemand"
// QuarantineReasonVTooManyDeletes undocumented
QuarantineReasonVTooManyDeletes QuarantineReason = "TooManyDeletes"
)
var (
// QuarantineReasonPEncounteredBaseEscrowThreshold is a pointer to QuarantineReasonVEncounteredBaseEscrowThreshold
QuarantineReasonPEncounteredBaseEscrowThreshold = &_QuarantineReasonPEncounteredBaseEscrowThreshold
// QuarantineReasonPEncounteredTotalEscrowThreshold is a pointer to QuarantineReasonVEncounteredTotalEscrowThreshold
QuarantineReasonPEncounteredTotalEscrowThreshold = &_QuarantineReasonPEncounteredTotalEscrowThreshold
// QuarantineReasonPEncounteredEscrowProportionThreshold is a pointer to QuarantineReasonVEncounteredEscrowProportionThreshold
QuarantineReasonPEncounteredEscrowProportionThreshold = &_QuarantineReasonPEncounteredEscrowProportionThreshold
// QuarantineReasonPEncounteredQuarantineException is a pointer to QuarantineReasonVEncounteredQuarantineException
QuarantineReasonPEncounteredQuarantineException = &_QuarantineReasonPEncounteredQuarantineException
// QuarantineReasonPUnknown is a pointer to QuarantineReasonVUnknown
QuarantineReasonPUnknown = &_QuarantineReasonPUnknown
// QuarantineReasonPQuarantinedOnDemand is a pointer to QuarantineReasonVQuarantinedOnDemand
QuarantineReasonPQuarantinedOnDemand = &_QuarantineReasonPQuarantinedOnDemand
// QuarantineReasonPTooManyDeletes is a pointer to QuarantineReasonVTooManyDeletes
QuarantineReasonPTooManyDeletes = &_QuarantineReasonPTooManyDeletes
)
var (
_QuarantineReasonPEncounteredBaseEscrowThreshold = QuarantineReasonVEncounteredBaseEscrowThreshold
_QuarantineReasonPEncounteredTotalEscrowThreshold = QuarantineReasonVEncounteredTotalEscrowThreshold
_QuarantineReasonPEncounteredEscrowProportionThreshold = QuarantineReasonVEncounteredEscrowProportionThreshold
_QuarantineReasonPEncounteredQuarantineException = QuarantineReasonVEncounteredQuarantineException
_QuarantineReasonPUnknown = QuarantineReasonVUnknown
_QuarantineReasonPQuarantinedOnDemand = QuarantineReasonVQuarantinedOnDemand
_QuarantineReasonPTooManyDeletes = QuarantineReasonVTooManyDeletes
)
|