Interface Deployments
- All Superinterfaces:
HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
,SupportsCreating<Deployment.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsDeletingByResourceGroup
,SupportsGettingById<Deployment>
,SupportsGettingByName<Deployment>
,SupportsGettingByResourceGroup<Deployment>
,SupportsListing<Deployment>
,SupportsListingByResourceGroup<Deployment>
public interface Deployments
extends SupportsCreating<Deployment.DefinitionStages.Blank>, SupportsListing<Deployment>, SupportsListingByResourceGroup<Deployment>, SupportsGettingByName<Deployment>, SupportsGettingByResourceGroup<Deployment>, SupportsGettingById<Deployment>, SupportsDeletingById, SupportsDeletingByResourceGroup, HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
Entry point to template deployment in Azure.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkExistence
(String resourceGroupName, String deploymentName) Checks if a deployment exists in a resource group.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName
getByName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
checkExistence
Checks if a deployment exists in a resource group.- Parameters:
resourceGroupName
- the resource group's namedeploymentName
- the deployment's name- Returns:
- true if the deployment exists; false otherwise
-