你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Refreshable<T> Interface

Type Parameters

T

the fluent type of the resource

public interface Refreshable

Base class for resources that can be refreshed to get the latest state.

Method Summary

Modifier and Type Method and Description
abstract T refresh()

Refreshes the resource to sync with Azure.

abstract Mono<T> refreshAsync()

Refreshes the resource to sync with Azure.

Method Details

refresh

public abstract T refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource

refreshAsync

public abstract Mono refreshAsync()

Refreshes the resource to sync with Azure.

Returns:

the Mono to refreshed resource

Applies to