次の方法で共有


ContainerOperationsExtensions.Refresh メソッド

定義

検出をトリガーします。

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

パラメーター

operations
IContainerOperations

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

resourceGroupName
String

必須。

resourceName
String

必須です。

customRequestHeaders
CustomRequestHeaders

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

戻り値

操作応答の定義。

適用対象