Interface HasResourceGroup
-
- All Known Subinterfaces:
GenericResource,GroupableResource<TManager,InnerT>,IndependentChild<ManagerT>,IndependentChildResource<ManagerT,InnerT>
public interface HasResourceGroupAn interface representing a model that has a resource group name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringresourceGroupName()
-
-
-
Method Detail
-
resourceGroupName
String resourceGroupName()
- Returns:
- the name of the resource group
-
-