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

113 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.ResourceGroups"
fullName: "com.microsoft.azure.management.resources.ResourceGroups"
name: "ResourceGroups"
nameWithType: "ResourceGroups"
summary: "Entry point to resource group management API."
syntax: "public interface **ResourceGroups**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingByTag?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingByTag&text=SupportsListingByTag\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName&text=SupportsGettingByName\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup.DefinitionStages.Blank?alt=com.microsoft.azure.management.resources.ResourceGroup.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName&text=SupportsDeletingByName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBeginDeletingByName?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBeginDeletingByName&text=SupportsBeginDeletingByName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.resources.ResourceGroups.checkExistence(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.ResourceGroups.checkExistence(String name)"
name: "checkExistence(String name)"
nameWithType: "ResourceGroups.checkExistence(String name)"
summary: "Checks whether resource group exists."
deprecatedTag: "Use contain() instead."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group to check. The name is case insensitive"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "</br>public abstract boolean checkExistence(String name)"
desc: "Checks whether resource group exists."
hasDeprecatedTag: true
returns:
description: "true if the resource group exists; false otherwise"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ResourceGroups.contain(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.ResourceGroups.contain(String name)"
name: "contain(String name)"
nameWithType: "ResourceGroups.contain(String name)"
summary: "Checks whether resource group exists."
modifiers:
- "abstract"
parameters:
- description: "the name (case insensitive) of the resource group to check for"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract boolean contain(String name)"
desc: "Checks whether resource group exists."
returns:
description: "true of exists, otherwise false"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ResourceGroups.deleteByName(java.lang.String,java.util.Collection<com.microsoft.azure.management.resources.ForceDeletionResourceType>)"
fullName: "com.microsoft.azure.management.resources.ResourceGroups.deleteByName(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)"
name: "deleteByName(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)"
nameWithType: "ResourceGroups.deleteByName(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)"
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\" />"
- description: "resource types for force deletion"
name: "forceDeletionResourceTypes"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ForceDeletionResourceType?alt=com.microsoft.azure.management.resources.ForceDeletionResourceType&text=ForceDeletionResourceType\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract void deleteByName(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)"
desc: "Deletes a resource from Azure, identifying it by its resource name."
- uid: "com.microsoft.azure.management.resources.ResourceGroups.deleteByNameAsync(java.lang.String,java.util.Collection<com.microsoft.azure.management.resources.ForceDeletionResourceType>)"
fullName: "com.microsoft.azure.management.resources.ResourceGroups.deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)"
name: "deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)"
nameWithType: "ResourceGroups.deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)"
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: "resource types for force deletion"
name: "forceDeletionResourceTypes"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ForceDeletionResourceType?alt=com.microsoft.azure.management.resources.ForceDeletionResourceType&text=ForceDeletionResourceType\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract Completable deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes)"
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.ResourceGroups.deleteByNameAsync(java.lang.String,java.util.Collection<com.microsoft.azure.management.resources.ForceDeletionResourceType>,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.resources.ResourceGroups.deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes, ServiceCallback<Void> callback)"
name: "deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes, ServiceCallback<Void> callback)"
nameWithType: "ResourceGroups.deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes, 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: "resource types for force deletion"
name: "forceDeletionResourceTypes"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ForceDeletionResourceType?alt=com.microsoft.azure.management.resources.ForceDeletionResourceType&text=ForceDeletionResourceType\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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> deleteByNameAsync(String name, Collection<ForceDeletionResourceType> forceDeletionResourceTypes, 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\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point to resource group management API."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName&text=SupportsGettingByName\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBeginDeletingByName?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBeginDeletingByName&text=SupportsBeginDeletingByName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup.DefinitionStages.Blank?alt=com.microsoft.azure.management.resources.ResourceGroup.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName&text=SupportsDeletingByName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingByTag?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingByTag&text=SupportsListingByTag\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4