Enum AzureResourceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of Azure resource.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureResourceType
Fields
AppServicePlan = 1
The resource is an app service plan.
AvailabilitySet = 2
The resource is an availability set.
ClassicVirtualMachine = 3
The resource is a classic virtual machine.
Disk = 4
The resource is a managed disk.
NetworkInterface = 5
The resource is a network interface.
NetworkSecurityGroup = 6
The resource is a network security group.
Other = 7
The resource is of type other.
ProximityPlacementGroup = 8
The resource is a proximity placement group.
PublicIPAddress = 9
The resource is a public IP address.
RouteTable = 10
The resource is a route table.
SqlDatabase = 11
The resource is a SQL database.
SqlElasticPool = 12
The resource is an elastic pool.
SqlServer = 13
The resource is a SQL server.
StorageAccount = 14
The resource is a storage account.
Unknown = 0
The resource type is unknown.
VirtualMachine = 15
The resource is a virtual machine.
VirtualNetwork = 16
The resource is a virtual network.
WebApp = 17
The resource is a web app.