Module com.azure.runtime.host
Package com.azure.runtime.host.resources.traits
package com.azure.runtime.host.resources.traits
This package contains various traits that can be applied to resources.
-
ClassDescriptionInterface for resources that can introspect themselves.An interface that allows an object to express how it should be represented in a manifest.ResourceTrait<T extends Resource<T>>All resources have a lifecycle, beginning with creation and ending with the resource being written out to the Java App Host manifest.Represents a resource that can have parameters.ResourceWithParent<T extends Resource<T>>Represents a resource that has a parent resource.A resource that has a template associated with it.SelfAware<T>A class is self aware if it can return a reference to itself.An interface that allows the value to list its references.