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
-
SupportsDeletingByResourceGroup SupportsGettingById<Deployment> SupportsGettingByName<Deployment> SupportsGettingByResourceGroup<Deployment> SupportsListingByResourceGroup<Deployment> HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager> SupportsCreating<Blank> SupportsDeletingById SupportsListing<Deployment>
Methods
| checkExistence(String resourceGroupName, String deploymentName) |
Checks if a deployment exists in a resource group. |