Interface Refreshable<T>
-
- Type Parameters:
T- the fluent type of the resource
- All Known Subinterfaces:
Deployment,DeploymentOperation,ExternalChildResource<FluentModelT,ParentT>,GenericResource,ManagementLock,PolicyAssignment,PolicyDefinition,ResourceGroup
public interface Refreshable<T>Base class for resources that can be refreshed to get the latest state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trefresh()Refreshes the resource to sync with Azure.Mono<T>refreshAsync()Refreshes the resource to sync with Azure.
-