你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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:

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

Returns:

true if the deployment exists; false otherwise

Applies to