Interface Deployments

All Superinterfaces:
HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>, SupportsCreating<Deployment.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<Deployment>, SupportsGettingByName<Deployment>, SupportsGettingByResourceGroup<Deployment>, SupportsListing<Deployment>, SupportsListingByResourceGroup<Deployment>

Entry point to template deployment in Azure.
  • Method Details

    • checkExistence

      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