Share via


ResourcesOperationsExtensions.Delete Method

Definition

public static void Delete (this Microsoft.Azure.Management.Internal.Resources.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion);
static member Delete : Microsoft.Azure.Management.Internal.Resources.IResourcesOperations * string * string * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String)

Parameters

resourceGroupName
String
resourceProviderNamespace
String
parentResourcePath
String
resourceType
String
resourceName
String
apiVersion
String

Applies to