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 = 1The resource is an app service plan.
AvailabilitySet = 2The resource is an availability set.
ClassicVirtualMachine = 3The resource is a classic virtual machine.
Disk = 4The resource is a managed disk.
NetworkInterface = 5The resource is a network interface.
NetworkSecurityGroup = 6The resource is a network security group.
Other = 7The resource is of type other.
ProximityPlacementGroup = 8The resource is a proximity placement group.
PublicIPAddress = 9The resource is a public IP address.
RouteTable = 10The resource is a route table.
SqlDatabase = 11The resource is a SQL database.
SqlElasticPool = 12The resource is an elastic pool.
SqlServer = 13The resource is a SQL server.
StorageAccount = 14The resource is a storage account.
Unknown = 0The resource type is unknown.
VirtualMachine = 15The resource is a virtual machine.
VirtualNetwork = 16The resource is a virtual network.
WebApp = 17The resource is a web app.