Accepted<Deployment> |
Deployment.DefinitionStages.WithCreate.beginCreate() |
Begins creating the deployment resource.
|
Accepted<Deployment> |
Deployment.DefinitionStages.WithCreate.beginCreate(com.azure.core.util.Context context) |
Begins creating the deployment resource.
|
Accepted<GenericResource> |
GenericResource.DefinitionStages.WithCreate.beginCreate() |
Begins creating the Azure resource.
|
Accepted<Void> |
GenericResources.beginDeleteById(String id) |
Begins deleting a resource from Azure, identifying it by its resource ID.
|
Accepted<Void> |
GenericResources.beginDeleteById(String id,
String apiVersion) |
Begins deleting a resource from Azure, identifying it by its resource ID.
|
Accepted<Void> |
ResourceGroups.beginDeleteByName(String name) |
Begins deleting a resource group from Azure, identifying it by its name.
|
Accepted<Void> |
ResourceGroups.beginDeleteByName(String name,
Collection<ForceDeletionResourceType> forceDeletionResourceTypes) |
Begins deleting a resource group from Azure, identifying it by its name.
|