# Functions
GetInitializationInfo returns a new InitializationInfo object.
GetVMExtension returns a new VMExtension object.
GetVMExtensionForTesting mocks out the environment part of the VM extension for use with your extension.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
InitializationInfo is passed by the extension to specify how the framework should run.
VMExtension is an abstraction for standard extension operations in an OS agnostic manner.
# Type aliases
CallbackFunc is used for a non-Enable operation callback.
EnableCallbackFunc is used for Enable operation callbacks.
No description provided by the author