Documentation
¶
Index ¶
- func RetryableAssignmentOperation(ctx context.Context, operation string, fn func() error) error
- func RetryableIntuneOperation(ctx context.Context, operation string, opType IntuneOperationType, ...) error
- func RetryableOperation(ctx context.Context, operation string, fn func() error) error
- type IntuneOperationType
- type ThrottleScope
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RetryableAssignmentOperation ¶
RetryableAssignmentOperation executes an assignment operation with specific rate limiting
func RetryableIntuneOperation ¶
func RetryableIntuneOperation(ctx context.Context, operation string, opType IntuneOperationType, fn func() error) error
RetryableIntuneOperation executes an Intune operation with specific rate limiting
Types ¶
type IntuneOperationType ¶
type IntuneOperationType string
IntuneOperationType defines the type of Intune operation
const ( IntuneWrite IntuneOperationType = "Write" // POST, PUT, DELETE, PATCH IntuneRead IntuneOperationType = "Read" // GET and others )
Click to show internal directories.
Click to hide internal directories.