Deployments Interface

Implements

public interface Deployments
extends SupportsCreating<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 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:

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

Returns:

true if the deployment exists; false otherwise

Applies to