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 Summary
FieldsModifier 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 Summary
Modifier and TypeMethodDescriptionstatic ResourceTypefromString(String value) Creates a new ResourceType with the given value as the type.toString()
-
Field Details
-
AZURE_BICEP
An Azure Bicep file - consider usingAzureBicepResource. -
CONTAINER
A container resource - consider usingContainer. -
DOCKER_FILE
A Dockerfile resource - consider usingDockerFile. -
EXECUTABLE
An executable resource - consider usingExecutable. -
VALUE
A value resource - consider usingValue.
-
-
Method Details