java.lang.Object
com.azure.runtime.host.resources.ResourceType
An expandable enum-like type for specifying the type of a resource. This is used to determine how to process the
 resource when being processed by tools such as azd.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ResourceTypeAn Azure Bicep file - consider usingAzureBicepResource.static final ResourceTypeA container resource - consider usingContainer.static final ResourceTypeA Dockerfile resource - consider usingDockerFile.static final ResourceTypeAn executable resource - consider usingExecutable.static final ResourceTypeA value resource - consider usingValue.
- 
Method SummaryModifier and TypeMethodDescriptionstatic ResourceTypefromString(String value) Creates a new ResourceType with the given value as the type.toString()
- 
Field Details- 
AZURE_BICEPAn Azure Bicep file - consider usingAzureBicepResource.
- 
CONTAINERA container resource - consider usingContainer.
- 
DOCKER_FILEA Dockerfile resource - consider usingDockerFile.
- 
EXECUTABLEAn executable resource - consider usingExecutable.
- 
VALUEA value resource - consider usingValue.
 
- 
- 
Method Details