你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Deployments 接口
实现
SupportsDeletingByResourceGroup
SupportsGettingById<部署>
SupportsGettingByName<部署>
SupportsGettingByResourceGroup<部署>
SupportsListingByResourceGroup<部署>
HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
SupportsCreating<空白>
SupportsDeletingById
SupportsListing<部署>
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>
Azure 中模板部署的入口点。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
abstract boolean |
checkExistence(String resourceGroupName, String deploymentName)
检查资源组中是否存在部署。 |
方法详细信息
checkExistence
public abstract boolean checkExistence(String resourceGroupName, String deploymentName)
检查资源组中是否存在部署。
Parameters:
resourceGroupName
- 资源组的名称
deploymentName
- 部署的名称
Returns:
如果部署存在,则为 true;否则为 false