Freigeben über


DataSourceOperationsExtensions.DisableProtectionCSMAsync Methode

Definition

Deaktivieren des Schutzes für ein bestimmtes Element

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)

Parameter

operations
IDataSourceOperations

Verweis auf Microsoft.Azure.Management.BackupServices.IDataSourceOperations.

resourceGroupName
String

Erforderlich.

resourceName
String

Erforderlich.

customRequestHeaders
CustomRequestHeaders

Optional. Anforderungsheaderparameter.

containerName
String

Erforderlich. containerName.

itemName
String

Erforderlich. Itemname.

Gibt zurück

Die Definition einer Vorgangsantwort.

Gilt für: