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

IRefreshable.Refresh 方法

定义

阻止调用以强制刷新当前对象。

public void Refresh (Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
abstract member Refresh : Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Refresh (Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

参数

detailLevel
DetailLevel

控制调用 Azure Batch 服务返回的数据的详细信息级别。 如果指定了省略“Name”属性的详细信息级别,刷新将失败。

additionalBehaviors
IEnumerable<BatchClientBehavior>

在当前 对象的 CustomBehaviors 之后应用的 BatchClientBehavior 实例的集合。

适用于