azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

41 строка
1.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.model.Refreshable"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Refreshable<T>"
name: "Refreshable<T>"
nameWithType: "Refreshable<T>"
summary: "Base class for resources that can be refreshed to get the latest state."
syntax: "public interface **Refreshable<T>**"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.model.Refreshable.refresh()"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Refreshable<T>.refresh()"
name: "refresh()"
nameWithType: "Refreshable<T>.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract T refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.model.Refreshable.refreshAsync()"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Refreshable<T>.refreshAsync()"
name: "refreshAsync()"
nameWithType: "Refreshable<T>.refreshAsync()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Observable<T> refreshAsync()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the Observable to refreshed resource"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the fluent type of the resource"
name: "T"
desc: "Base class for resources that can be refreshed to get the latest state."
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.model"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4