62 строки
4.3 KiB
YAML
62 строки
4.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName"
|
|
fullName: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName"
|
|
name: "SupportsDeletingByName"
|
|
nameWithType: "SupportsDeletingByName"
|
|
summary: "Provides access to deleting a resource from Azure, identifying it by its resource name."
|
|
syntax: "public interface **SupportsDeletingByName**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByName(String name)"
|
|
name: "deleteByName(String name)"
|
|
nameWithType: "SupportsDeletingByName.deleteByName(String name)"
|
|
summary: "Deletes a resource from Azure, identifying it by its resource name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the resource to delete"
|
|
name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void deleteByName(String name)"
|
|
desc: "Deletes a resource from Azure, identifying it by its resource name."
|
|
- uid: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByNameAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByNameAsync(String name)"
|
|
name: "deleteByNameAsync(String name)"
|
|
nameWithType: "SupportsDeletingByName.deleteByNameAsync(String name)"
|
|
summary: "Asynchronously delete a resource from Azure, identifying it by its resource name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the resource to delete"
|
|
name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable deleteByNameAsync(String name)"
|
|
desc: "Asynchronously delete a resource from Azure, identifying it by its resource name."
|
|
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.SupportsDeletingByName.deleteByNameAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName.deleteByNameAsync(String name, ServiceCallback<Void> callback)"
|
|
name: "deleteByNameAsync(String name, ServiceCallback<Void> callback)"
|
|
nameWithType: "SupportsDeletingByName.deleteByNameAsync(String name, ServiceCallback<Void> callback)"
|
|
summary: "Asynchronously delete a resource from Azure, identifying it by its resource name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the resource to delete"
|
|
name: "name"
|
|
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\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<Void> deleteByNameAsync(String name, ServiceCallback<Void> callback)"
|
|
desc: "Asynchronously delete a resource from Azure, identifying it by its resource name."
|
|
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\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Provides access to deleting a resource from Azure, identifying it by its resource name.\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
|