Interface ProviderUsagesBody
-
- All Known Implementing Classes:
ResourceProviderUsagesBody
public interface ProviderUsagesBodyProvider usages body contains resource provider usages- Author:
- Jyothi Saroja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGeneration()ResourceProviderUsagesgetUsages()
-
-
-
Method Detail
-
getGeneration
String getGeneration()
- Returns:
- the resource provider generation contained in the unnamed body
-
getUsages
ResourceProviderUsages getUsages()
- Returns:
- the resource provider usages contained in the unnamed body
-
-