次の方法で共有


ContainerOperationsExtensions.RefreshAsync メソッド

定義

検出をトリガーします。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse> RefreshAsync (this Microsoft.Azure.Management.BackupServices.IContainerOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member RefreshAsync : Microsoft.Azure.Management.BackupServices.IContainerOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.OperationResponse>
<Extension()>
Public Function RefreshAsync (operations As IContainerOperations, resourceGroupName As String, resourceName As String, customRequestHeaders As CustomRequestHeaders) As Task(Of OperationResponse)

パラメーター

operations
IContainerOperations

Microsoft.Azure.Management.BackupServices.IContainerOperations への参照。

resourceGroupName
String

必須。

resourceName
String

必須です。

customRequestHeaders
CustomRequestHeaders

省略可能。 要求ヘッダー パラメーター。

戻り値

操作応答の定義。

適用対象