CSMProtectionPolicyOperationsExtensions.Delete Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Ta bort en skyddsprincip.
public static Microsoft.Azure.AzureOperationResponse Delete(this Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations operations, string resourceGroupName, string resourceName, string policyName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member Delete : Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations * string * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As ICSMProtectionPolicyOperations, resourceGroupName As String, resourceName As String, policyName As String, customRequestHeaders As CustomRequestHeaders) As AzureOperationResponse
Parametrar
- operations
- ICSMProtectionPolicyOperations
Referens till Microsoft.Azure.Management.BackupServices.ICSMProtectionPolicyOperations.
- resourceGroupName
- String
Krävs.
- resourceName
- String
Krävs.
- policyName
- String
Krävs. Skyddsprincipen Namn som ska tas bort.
- customRequestHeaders
- CustomRequestHeaders
Valfritt. Parametrar för begärandehuvud.
Returer
Microsoft.Azure.AzureOperationResponse
Ett standardtjänstsvar som innehåller en HTTP-statuskod och begärande-ID.
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET