Interface Resource
-
- All Known Subinterfaces:
GenericResource,GroupableResource<TManager,InnerT>,IndependentChildResource<ManagerT,InnerT>,ResourceGroup
public interface Resource extends Indexable, HasId, HasName
Base interfaces for fluent resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResource.DefinitionWithRegion<T>A resource definition allowing a location be selected for the resource.static interfaceResource.DefinitionWithTags<T>A resource definition allowing tags to be modified for the resource.static interfaceResource.UpdateWithTags<T>An update allowing tags to be modified for the resource.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.management.Regionregion()StringregionName()Map<String,String>tags()Stringtype()
-
-
-
Field Detail
-
DUMMY
static final Resource DUMMY
A dummy resource that does nothing.
-
-