ResourceGroups Interface
Implements
public interface ResourceGroups
extends SupportsListing<ResourceGroup>, SupportsListingByTag<ResourceGroup>, SupportsGettingByName<ResourceGroup>, SupportsCreating<Blank>, SupportsDeletingByName, SupportsBatchCreation<ResourceGroup>, HasManager<ResourceManager>
Entry point to resource group management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Accepted<Void> |
beginDeleteByName(String name)
Begins deleting a resource group from Azure, identifying it by its name. |
abstract Accepted<Void> |
beginDeleteByName(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)
Begins deleting a resource group from Azure, identifying it by its name. |
abstract boolean |
contain(String name)
Checks whether resource group exists. |
abstract void |
deleteByName(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)
Deletes a resource from Azure, identifying it by its resource name. |
abstract Mono<Void> |
deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)
Asynchronously delete a resource from Azure, identifying it by its resource name. |
Method Details
beginDeleteByName
public abstract Accepted
Begins deleting a resource group from Azure, identifying it by its name.
Parameters:
Returns:
beginDeleteByName
public abstract Accepted
Begins deleting a resource group from Azure, identifying it by its name.
Parameters:
Returns:
contain
public abstract boolean contain(String name)
Checks whether resource group exists.
Parameters:
Returns:
deleteByName
public abstract void deleteByName(String name, Collection
Deletes a resource from Azure, identifying it by its resource name.
Parameters:
deleteByNameAsync
public abstract Mono
Asynchronously delete a resource from Azure, identifying it by its resource name.
Parameters:
Returns:
Applies to
Azure SDK for Java