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

62 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById"
fullName: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById"
name: "SupportsDeletingById"
nameWithType: "SupportsDeletingById"
summary: "Provides access to deleting a resource from Azure, identifying it by its resource ID."
syntax: "public interface **SupportsDeletingById**"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteById(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "SupportsDeletingById.deleteById(String id)"
summary: "Deletes a resource from Azure, identifying it by its resource ID."
modifiers:
- "abstract"
parameters:
- description: "the resource ID of the resource to delete"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes a resource from Azure, identifying it by its resource ID."
- uid: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)"
name: "deleteByIdAsync(String id)"
nameWithType: "SupportsDeletingById.deleteByIdAsync(String id)"
summary: "Asynchronously delete a resource from Azure, identifying it by its resource ID."
modifiers:
- "abstract"
parameters:
- description: "the resource ID of the resource to delete"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteByIdAsync(String id)"
desc: "Asynchronously delete a resource from Azure, identifying it by its resource ID."
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.collection.SupportsDeletingById.deleteByIdAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)"
name: "deleteByIdAsync(String id, ServiceCallback<Void> callback)"
nameWithType: "SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)"
summary: "Asynchronously delete a resource from Azure, identifying it by its resource ID."
modifiers:
- "abstract"
parameters:
- description: "the resource ID of the resource to delete"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the callback 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> deleteByIdAsync(String id, ServiceCallback<Void> callback)"
desc: "Asynchronously delete a resource from Azure, identifying it by its resource ID."
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 resource ID.\n\n(Note: this interface is not intended to be implemented by user code)"
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.collection"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4