Deployments Interface

Definition

Entry point to template deployment in Azure.

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

Methods

checkExistence(String resourceGroupName, String deploymentName)

Checks if a deployment exists in a resource group.

Applies to