Deployments Interface
Implements
public interface Deployments
extends SupportsCreating<Blank>, SupportsListing<Deployment>, SupportsListingByResourceGroup<Deployment>, SupportsGettingByName<Deployment>, SupportsGettingByResourceGroup<Deployment>, SupportsGettingById<Deployment>, SupportsDeletingById, SupportsDeletingByResourceGroup, HasManager<ResourceManager>
Entry point to template deployment in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean |
checkExistence(String resourceGroupName, String deploymentName)
Checks if a deployment exists in a resource group. |
Method Details
checkExistence
public abstract boolean checkExistence(String resourceGroupName, String deploymentName)
Checks if a deployment exists in a resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java