public interface SupportsDeletingByResourceGroup
(Note this interface is not intended to be implemented by user code.)
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByResourceGroup(String resourceGroupName,
String name)
Deletes a resource from Azure, identifying it by its name and its resource group.
|
rx.Completable |
deleteByResourceGroupAsync(String resourceGroupName,
String name)
Asynchronously delete a resource from Azure, identifying it by its name and its resource group.
|
com.microsoft.rest.ServiceFuture<Void> |
deleteByResourceGroupAsync(String resourceGroupName,
String name,
com.microsoft.rest.ServiceCallback<Void> callback)
Asynchronously delete a resource from Azure, identifying it by its name and its resource group.
|
void deleteByResourceGroup(String resourceGroupName, String name)
resourceGroupName - the resource group the resource is part ofname - the name of the resourcecom.microsoft.rest.ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, com.microsoft.rest.ServiceCallback<Void> callback)
resourceGroupName - the resource group the resource is part ofname - the name of the resourcecallback - the callback to call on success or failurerx.Completable deleteByResourceGroupAsync(String resourceGroupName, String name)
resourceGroupName - the resource group the resource is part ofname - the name of the resource/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/