| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ForceDeletionResourceType |
ForceDeletionResourceType.VIRTUAL_MACHINE_SCALE_SETS
Static value Microsoft.Compute/virtualMachineScaleSets for ForceDeletionResourceType.
|
static ForceDeletionResourceType |
ForceDeletionResourceType.VIRTUAL_MACHINES
Static value Microsoft.Compute/virtualMachines for ForceDeletionResourceType.
|
| Modifier and Type | Method and Description |
|---|---|
static ForceDeletionResourceType |
ForceDeletionResourceType.fromString(String name)
Creates or finds a ForceDeletionResourceType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ForceDeletionResourceType> |
ForceDeletionResourceType.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceGroups.deleteByName(String name,
Collection<ForceDeletionResourceType> forceDeletionResourceTypes)
Deletes a resource from Azure, identifying it by its resource name.
|
rx.Completable |
ResourceGroups.deleteByNameAsync(String name,
Collection<ForceDeletionResourceType> forceDeletionResourceTypes)
Asynchronously delete a resource from Azure, identifying it by its resource name.
|
com.microsoft.rest.ServiceFuture<Void> |
ResourceGroups.deleteByNameAsync(String name,
Collection<ForceDeletionResourceType> forceDeletionResourceTypes,
com.microsoft.rest.ServiceCallback<Void> callback)
Asynchronously delete a resource from Azure, identifying it by its resource name.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/