Sdílet prostřednictvím


AppsOperationsExtensions.BeginDelete(IAppsOperations, String, String) Method

Definition

Delete an IoT Central application.

public static void BeginDelete (this Microsoft.Azure.Management.IotCentral.IAppsOperations operations, string resourceGroupName, string resourceName);
static member BeginDelete : Microsoft.Azure.Management.IotCentral.IAppsOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IAppsOperations, resourceGroupName As String, resourceName As String)

Parameters

operations
IAppsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the IoT Central application.

resourceName
String

The ARM resource name of the IoT Central application.

Applies to