ResourceGroups Interface

public interface ResourceGroups extends SupportsListing,SupportsListingByTag,SupportsGettingByName,SupportsCreating<ResourceGroup.DefinitionStages.Blank>,SupportsDeletingByName,SupportsBeginDeletingByName,SupportsBatchCreation

Entry point to resource group management API.

Method Summary

Modifier and Type Method and Description
boolean checkExistence(String name)

Checks whether resource group exists.

Inherited Members

Method Details

checkExistence

public boolean checkExistence(String name)

Checks whether resource group exists.

Parameters:

name - The name of the resource group to check. The name is case insensitive

Returns:

true if the resource group exists; false otherwise

Applies to