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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Azure
class _Compute(_Azure):
_type = "compute"
_icon_dir = "resources/azure/compute"
class AppServices(_Compute):
_icon = "app-services.png"
class AutomanagedVM(_Compute):
_icon = "automanaged-vm.png"
class AvailabilitySets(_Compute):
_icon = "availability-sets.png"
class BatchAccounts(_Compute):
_icon = "batch-accounts.png"
class CitrixVirtualDesktopsEssentials(_Compute):
_icon = "citrix-virtual-desktops-essentials.png"
class CloudServicesClassic(_Compute):
_icon = "cloud-services-classic.png"
class CloudServices(_Compute):
_icon = "cloud-services.png"
class CloudsimpleVirtualMachines(_Compute):
_icon = "cloudsimple-virtual-machines.png"
class ContainerApps(_Compute):
_icon = "container-apps.png"
class ContainerInstances(_Compute):
_icon = "container-instances.png"
class ContainerRegistries(_Compute):
_icon = "container-registries.png"
class DiskEncryptionSets(_Compute):
_icon = "disk-encryption-sets.png"
class DiskSnapshots(_Compute):
_icon = "disk-snapshots.png"
class Disks(_Compute):
_icon = "disks.png"
class FunctionApps(_Compute):
_icon = "function-apps.png"
class ImageDefinitions(_Compute):
_icon = "image-definitions.png"
class ImageVersions(_Compute):
_icon = "image-versions.png"
class KubernetesServices(_Compute):
_icon = "kubernetes-services.png"
class MeshApplications(_Compute):
_icon = "mesh-applications.png"
class OsImages(_Compute):
_icon = "os-images.png"
class SAPHANAOnAzure(_Compute):
_icon = "sap-hana-on-azure.png"
class ServiceFabricClusters(_Compute):
_icon = "service-fabric-clusters.png"
class SharedImageGalleries(_Compute):
_icon = "shared-image-galleries.png"
class SpringCloud(_Compute):
_icon = "spring-cloud.png"
class VMClassic(_Compute):
_icon = "vm-classic.png"
class VMImages(_Compute):
_icon = "vm-images.png"
class VMLinux(_Compute):
_icon = "vm-linux.png"
class VMScaleSet(_Compute):
_icon = "vm-scale-set.png"
class VMWindows(_Compute):
_icon = "vm-windows.png"
class VM(_Compute):
_icon = "vm.png"
class Workspaces(_Compute):
_icon = "workspaces.png"
# Aliases
ACR = ContainerRegistries
AKS = KubernetesServices
VMSS = VMScaleSet
|