ResourcesOperationsExtensions.DeleteById Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime une ressource par ID.
public static void DeleteById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion);
static member DeleteById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string -> unit
<Extension()>
Public Sub DeleteById (operations As IResourcesOperations, resourceId As String, apiVersion As String)
Paramètres
- operations
- IResourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceId
- String
Identifiant complet de la ressource, y compris le nom et le type de la ressource. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
- apiVersion
- String
Version de l’API à utiliser pour l’opération.
S’applique à
Azure SDK for .NET