Interface ResourceGroups
-
- All Superinterfaces:
SupportsBatchCreation<ResourceGroup>,SupportsBeginDeletingByName,SupportsCreating<ResourceGroup.DefinitionStages.Blank>,SupportsDeletingByName,SupportsGettingByName<ResourceGroup>,SupportsListing<ResourceGroup>,SupportsListingByTag<ResourceGroup>
public interface ResourceGroups extends SupportsListing<ResourceGroup>, SupportsListingByTag<ResourceGroup>, SupportsGettingByName<ResourceGroup>, SupportsCreating<ResourceGroup.DefinitionStages.Blank>, SupportsDeletingByName, SupportsBeginDeletingByName, SupportsBatchCreation<ResourceGroup>
Entry point to resource group management API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancheckExistence(String name)Deprecated.Use contain() instead.booleancontain(String name)Checks whether resource group exists.-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsync, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsBeginDeletingByName
beginDeleteByName, beginDeleteByNameAsync, beginDeleteByNameAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsync, deleteByNameAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName
getByName
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingByTag
listByTag, listByTagAsync
-
-
-
-
Method Detail
-
checkExistence
@Deprecated boolean checkExistence(String name)
Deprecated.Use contain() instead.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
-
contain
@Beta(V1_4_0) boolean contain(String name)
Checks whether resource group exists.- Parameters:
name- the name (case insensitive) of the resource group to check for- Returns:
- true of exists, otherwise false
-
-