public interface Deployments extends SupportsCreating<Deployment.DefinitionStages.Blank>, SupportsListing<Deployment>, SupportsListingByResourceGroup<Deployment>, SupportsGettingByName<Deployment>, SupportsGettingByResourceGroup<Deployment>, SupportsGettingById<Deployment>, SupportsDeletingById, SupportsDeletingByResourceGroup, HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
Modifier and Type | Method and Description |
---|---|
boolean |
checkExistence(String resourceGroupName,
String deploymentName)
Checks if a deployment exists in a resource group.
|
define
list, listAsync
listByResourceGroup, listByResourceGroupAsync
getByName
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
getById, getByIdAsync, getByIdAsync
deleteById, deleteByIdAsync, deleteByIdAsync
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
manager
Copyright © 2019. All rights reserved.