# Functions
GetAllowedLocations returns allowed locations.
GetAllowedVMSizes returns allowed sizes for VM.
GetOsDiskTypes returns allowed and default OS disk types.
# Constants
DefaultGeneratorCode specifies the source generator of the cluster template.
DefaultOsDiskType specifies default OS disk type.
DefaultSubnet specifies default subnet.
DefaultVMName is default VM pool name.
DefaultVnet specifies default vnet address space.
Linux OSType.
Windows OSType.
# Variables
AllowedLocations provides supported azure regions.
AllowedOsDiskTypes provides supported OS disk types.
AllowedVMSizes provides supported VM sizes.
DefaultLinuxImage specifies default Linux OS image.
DefaultWindowsImage specifies default Windows OS image.
# Structs
Apiloader represents the object that loads api model.
DiagnosticsProfile contains settings to on/off boot diagnostics collection in RD Host.
LinuxProfile represents the linux parameters passed to the cluster.
OpenEnclave complies with the ARM model of resource definition in a JSON template.
OSImage represents OS Image from Azure Image Gallery.
Properties represents the ACS cluster definition.
PublicKey contains puvlic SSH key.
VMProfile represents the definition of a VM.
VnetProfile represents the definition of a vnet.
WindowsProfile represents the windows parameters passed to the cluster.
# Type aliases
OSType represents OS types of agents.