Deployments Interface

public interface Deployments extends SupportsCreating<Deployment.DefinitionStages.Blank>,SupportsListing,SupportsListingByResourceGroup,SupportsGettingByName,SupportsGettingByResourceGroup,SupportsGettingById,SupportsDeletingById,SupportsDeletingByResourceGroup,HasManager

Entry point to template deployment in Azure.

Method Summary

Modifier and Type Method and Description
boolean checkExistence(String resourceGroupName, String deploymentName)

Checks if a deployment exists in a resource group.

Inherited Members

Method Details

checkExistence

public boolean checkExistence(String resourceGroupName, String deploymentName)

Checks if a deployment exists in a resource group.

Parameters:

resourceGroupName - the resource group's name
deploymentName - the deployment's name

Returns:

true if the deployment exists; false otherwise

Applies to