Class AzureBicepResource<T extends AzureBicepResource<T>>

java.lang.Object
com.azure.runtime.host.resources.Resource<T>
com.azure.runtime.host.resources.AzureBicepResource<T>
Type Parameters:
T - The specific type of the resource, which may or may not be a subtype of this class. This allows for method chaining, even when using a subtype, when used in conjunction with the API on SelfAware.
All Implemented Interfaces:
ResourceTrait<T>, ResourceWithLifecycle, ResourceWithParameters<T>, ResourceWithTemplate<T>, SelfAware<T>
Direct Known Subclasses:
AzureEventHubsResource, AzureOpenAIResource, AzureStorageResource

public abstract class AzureBicepResource<T extends AzureBicepResource<T>> extends Resource<T> implements ResourceWithParameters<T>, ResourceWithTemplate<T>
Represents a Resource that is deployed using Azure Bicep.