다음을 통해 공유


ISupportsDeletingByResourceGroup.DeleteByResourceGroup(String, String) Method

Definition

Deletes a resource from Azure, identifying it by its name and its resource group.

public void DeleteByResourceGroup (string resourceGroupName, string name);
abstract member DeleteByResourceGroup : string * string -> unit
Public Sub DeleteByResourceGroup (resourceGroupName As String, name As String)

Parameters

resourceGroupName
String

the group the resource is part of

name
String

the name of the resource

Applies to