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

80 строки
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent"
name: "SupportsDeletingByParent"
nameWithType: "SupportsDeletingByParent"
summary: "Provides access to getting a specific Azure resource based on its resource group and parent."
syntax: "public interface **SupportsDeletingByParent**"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent.deleteByParent(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent.deleteByParent(String groupName, String parentName, String name)"
name: "deleteByParent(String groupName, String parentName, String name)"
nameWithType: "SupportsDeletingByParent.deleteByParent(String groupName, String parentName, String name)"
summary: "Deletes a resource from Azure, identifying it by its name and its resource group."
modifiers:
- "abstract"
parameters:
- description: "The group the resource is part of"
name: "groupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of parent resource."
name: "parentName"
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 deleteByParent(String groupName, String parentName, 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.SupportsDeletingByParent.deleteByParentAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name)"
name: "deleteByParentAsync(String groupName, String parentName, String name)"
nameWithType: "SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name)"
summary: "Asynchronously delete a resource from Azure, identifying it by its name and its resource group."
modifiers:
- "abstract"
parameters:
- description: "The group the resource is part of"
name: "groupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of parent resource."
name: "parentName"
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 deleteByParentAsync(String groupName, String parentName, 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.SupportsDeletingByParent.deleteByParentAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name, ServiceCallback<Void> callback)"
name: "deleteByParentAsync(String groupName, String parentName, String name, ServiceCallback<Void> callback)"
nameWithType: "SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, 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 group the resource is part of"
name: "groupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of parent resource."
name: "parentName"
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> deleteByParentAsync(String groupName, String parentName, 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 getting a specific Azure resource based on its resource group and parent.\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