次の方法で共有


DataSourceOperationsExtensions.DisableProtectionCSMAsync メソッド

定義

特定のアイテムの保護を無効にする

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

パラメーター

operations
IDataSourceOperations

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

resourceGroupName
String

必須。

resourceName
String

必須です。

customRequestHeaders
CustomRequestHeaders

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

containerName
String

必須。 containerName。

itemName
String

必須です。 Itemname。

戻り値

操作応答の定義。

適用対象