azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

71 строка
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup"
name: "SupportsDeletingByResourceGroup"
nameWithType: "SupportsDeletingByResourceGroup"
summary: "Provides access to deleting a resource from Azure, identifying it by its name and its resource group."
syntax: "public interface **SupportsDeletingByResourceGroup**"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)"
name: "deleteByResourceGroup(String resourceGroupName, String name)"
nameWithType: "SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)"
summary: "Deletes a resource from Azure, identifying it by its name and its resource group."
modifiers:
- "abstract"
parameters:
- description: "the resource group the resource is part of"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String name)"
desc: "Deletes a resource from Azure, identifying it by its name and its resource group."
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)"
name: "deleteByResourceGroupAsync(String resourceGroupName, String name)"
nameWithType: "SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)"
summary: "Asynchronously delete a resource from Azure, identifying it by its name and its resource group."
modifiers:
- "abstract"
parameters:
- description: "the resource group the resource is part of"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteByResourceGroupAsync(String resourceGroupName, String name)"
desc: "Asynchronously delete a resource from Azure, identifying it by its name and its resource group."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)"
name: "deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)"
nameWithType: "SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)"
summary: "Asynchronously delete a resource from Azure, identifying it by its name and its resource group."
modifiers:
- "abstract"
parameters:
- description: "the resource group the resource is part of"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)"
desc: "Asynchronously delete a resource from Azure, identifying it by its name and its resource group."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Provides access to deleting a resource from Azure, identifying it by its name and its resource group.\n\n(Note this interface is not intended to be implemented by user code.)"
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.arm.collection"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4