Interface HasInner<T>
-
- Type Parameters:
T- the type of the inner object.
- All Known Subinterfaces:
Deployment,DeploymentExportResult,DeploymentOperation,Feature,GenericResource,GroupableResource<TManager,InnerT>,IndependentChildResource<ManagerT,InnerT>,Location,PolicyAssignment,PolicyDefinition,Provider,ResourceGroup,ResourceGroupExportResult,Subscription,Tenant
- All Known Implementing Classes:
FunctionalTaskItem.Context
public interface HasInner<T>The wrapper around an inner object providing extended functionalities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tinner()
-
-
-
Method Detail
-
inner
T inner()
- Returns:
- wrapped inner object providing direct access to the underlying auto-generated API implementation, based on Azure REST API
-
-