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 インスタンスのコレクション。

適用対象