SupportsBeginDeletingByName 接口
定义
Provides access to deleting a resource from Azure, identifying it by its resource ID.
(Note: this interface is not intended to be implemented by user code)
public interface SupportsBeginDeletingByName
方法
beginDeleteByName(String name) |
Begins deleting a resource from Azure, identifying it by its resource name. The resource will stay until get() returns null.
|
beginDeleteByNameAsync(String name) |
Asynchronously begins deleting a resource from Azure, identifying it by its resource name. The resource will stay until get() returns null.
|
beginDeleteByNameAsync(String name, ServiceCallback<Void> callback) |
Asynchronously begins deleting a resource from Azure, identifying it by its resource name. The resource will stay until get() returns null.
|