Deployments Interface
Implements
SupportsDeletingByResourceGroup
SupportsGettingById<Deployment>
SupportsGettingByName<Deployment>
SupportsGettingByResourceGroup<Deployment>
SupportsListingByResourceGroup<Deployment>
HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
SupportsCreating<Blank>
SupportsDeletingById
SupportsListing<Deployment>
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>
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java