Uses of Class
com.azure.runtime.host.resources.ResourceType
Packages that use ResourceType
Package
Description
This package contains the base set of resources that users may add and configure within their
DistributedApplication configuration.-
Uses of ResourceType in com.azure.runtime.host.extensions.microservice.common.resources
Constructors in com.azure.runtime.host.extensions.microservice.common.resources with parameters of type ResourceType -
Uses of ResourceType in com.azure.runtime.host.resources
Fields in com.azure.runtime.host.resources declared as ResourceTypeModifier and TypeFieldDescriptionstatic final ResourceTypeResourceType.AZURE_BICEPAn Azure Bicep file - consider usingAzureBicepResource.static final ResourceTypeResourceType.CONTAINERA container resource - consider usingContainer.static final ResourceTypeResourceType.DOCKER_FILEA Dockerfile resource - consider usingDockerFile.static final ResourceTypeResourceType.EXECUTABLEAn executable resource - consider usingExecutable.static final ResourceTypeResourceType.VALUEA value resource - consider usingValue.Methods in com.azure.runtime.host.resources that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeResourceType.fromString(String value) Creates a new ResourceType with the given value as the type.final ResourceTypeResource.getType()Gets the type of this resource.Constructors in com.azure.runtime.host.resources with parameters of type ResourceTypeModifierConstructorDescriptionAzureBicepResource(ResourceType type, String name) AzureBicepResource(ResourceType type, String name, String path) Container(ResourceType type, String name, String image) protectedDockerFile(ResourceType type, String name) Resource(ResourceType type, String name)