Interface GroupableResource<TManager,InnerT>
-
- Type Parameters:
TManager- the manager object type representing the serviceInnerT- the wrapped, inner, auto-generated implementation object type
- All Superinterfaces:
HasId,HasInnerModel<InnerT>,HasManager<TManager>,HasName,HasResourceGroup,Indexable,Resource
- All Known Subinterfaces:
GenericResource,IndependentChildResource<ManagerT,InnerT>
public interface GroupableResource<TManager,InnerT> extends Resource, HasResourceGroup, HasManager<TManager>, HasInnerModel<InnerT>
Base interface for resources in resource groups.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGroupableResource.DefinitionStagesGrouping of all the definition stages.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-