539 строки
48 KiB
YAML
539 строки
48 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.GenericResources"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources"
|
|
name: "GenericResources"
|
|
nameWithType: "GenericResources"
|
|
summary: "Entry point to generic resources management API."
|
|
syntax: "public interface **GenericResources**</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\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingInResourceGroupByTag?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingInResourceGroupByTag&text=SupportsListingInResourceGroupByTag\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" 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\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.resources.GenericResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceManager?alt=com.microsoft.azure.management.resources.implementation.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.checkExistence(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.checkExistence(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
name: "checkExistence(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
nameWithType: "GenericResources.checkExistence(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
summary: "Checks if a resource exists in a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource group's name"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the resource provider's namespace"
|
|
name: "resourceProviderNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the parent's resource path"
|
|
name: "parentResourcePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the type of the resource"
|
|
name: "resourceType"
|
|
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: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract boolean checkExistence(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
desc: "Checks if a resource exists in a resource group."
|
|
returns:
|
|
description: "true if the resource exists; false otherwise"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.checkExistenceById(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.checkExistenceById(String id)"
|
|
name: "checkExistenceById(String id)"
|
|
nameWithType: "GenericResources.checkExistenceById(String id)"
|
|
summary: "Checks if a resource exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the ID of the resource."
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract boolean checkExistenceById(String id)"
|
|
desc: "Checks if a resource exists. For consistency across service versions, please use <xref uid=\"com.microsoft.azure.management.resources.GenericResources.checkExistenceById(java.lang.String,java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#checkExistenceById(String, String)\"></xref> instead."
|
|
returns:
|
|
description: "true if the resource exists; false otherwise"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.checkExistenceById(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.checkExistenceById(String id, String apiVersion)"
|
|
name: "checkExistenceById(String id, String apiVersion)"
|
|
nameWithType: "GenericResources.checkExistenceById(String id, String apiVersion)"
|
|
summary: "Checks if a resource exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the ID of the resource."
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract boolean checkExistenceById(String id, String apiVersion)"
|
|
desc: "Checks if a resource exists."
|
|
returns:
|
|
description: "true if the resource exists; false otherwise"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.delete(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
name: "delete(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
nameWithType: "GenericResources.delete(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
summary: "Delete resource and all of its child resources."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceProviderNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "parentResourcePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
desc: "Delete resource and all of its child resources."
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.delete(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion)"
|
|
name: "delete(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion)"
|
|
nameWithType: "GenericResources.delete(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion)"
|
|
summary: "Force delete resource and all of its child resources."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceProviderNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "parentResourcePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the force delete parameter"
|
|
name: "forceDeletion"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion)"
|
|
desc: "Force delete resource and all of its child resources. This is only available to limited resource types."
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
name: "deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
nameWithType: "GenericResources.deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
summary: "Delete resource and all of its child resources asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceProviderNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "parentResourcePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
desc: "Delete resource and all of its child resources asynchronously."
|
|
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.GenericResources.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion)"
|
|
name: "deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion)"
|
|
nameWithType: "GenericResources.deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion)"
|
|
summary: "Force delete resource and all of its child resources asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceProviderNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "parentResourcePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the force delete parameter"
|
|
name: "forceDeletion"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion)"
|
|
desc: "Force delete resource and all of its child resources asynchronously. This is only available to limited resource types."
|
|
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.GenericResources.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion, ServiceCallback<Void> callback)"
|
|
name: "deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion, ServiceCallback<Void> callback)"
|
|
nameWithType: "GenericResources.deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion, ServiceCallback<Void> callback)"
|
|
summary: "Force delete resource and all of its child resources asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceProviderNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "parentResourcePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the force delete parameter"
|
|
name: "forceDeletion"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" 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\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<Void> deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, boolean forceDeletion, ServiceCallback<Void> callback)"
|
|
desc: "Force delete resource and all of its child resources asynchronously. This is only available to limited resource types."
|
|
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\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, ServiceCallback<Void> callback)"
|
|
name: "deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, ServiceCallback<Void> callback)"
|
|
nameWithType: "GenericResources.deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, ServiceCallback<Void> callback)"
|
|
summary: "Delete resource and all of its child resources asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceProviderNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "parentResourcePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the String value"
|
|
name: "apiVersion"
|
|
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\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<Void> deleteAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion, ServiceCallback<Void> callback)"
|
|
desc: "Delete resource and all of its child resources asynchronously."
|
|
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\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.deleteById(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "GenericResources.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. For consistency across service versions, please use <xref uid=\"com.microsoft.azure.management.resources.GenericResources.deleteById(java.lang.String,java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#deleteById(String, String)\"></xref> instead."
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.deleteById(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.deleteById(String id, String apiVersion)"
|
|
name: "deleteById(String id, String apiVersion)"
|
|
nameWithType: "GenericResources.deleteById(String id, String apiVersion)"
|
|
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\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
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, String apiVersion)"
|
|
desc: "Deletes a resource from Azure, identifying it by its resource ID."
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.deleteByIdAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.deleteByIdAsync(String id)"
|
|
name: "deleteByIdAsync(String id)"
|
|
nameWithType: "GenericResources.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. For consistency across service versions, please use <xref uid=\"com.microsoft.azure.management.resources.GenericResources.deleteByIdAsync(java.lang.String,java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#deleteByIdAsync(String, String)\"></xref> instead."
|
|
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.GenericResources.deleteByIdAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.deleteByIdAsync(String id, String apiVersion)"
|
|
name: "deleteByIdAsync(String id, String apiVersion)"
|
|
nameWithType: "GenericResources.deleteByIdAsync(String id, String apiVersion)"
|
|
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 API version"
|
|
name: "apiVersion"
|
|
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, String apiVersion)"
|
|
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.GenericResources.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.get(String resourceGroupName, String providerNamespace, String resourceType, String resourceName)"
|
|
name: "get(String resourceGroupName, String providerNamespace, String resourceType, String resourceName)"
|
|
nameWithType: "GenericResources.get(String resourceGroupName, String providerNamespace, String resourceType, String resourceName)"
|
|
summary: "Returns a resource belonging to a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource group name"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the provider namespace"
|
|
name: "providerNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the resource type"
|
|
name: "resourceType"
|
|
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: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract GenericResource get(String resourceGroupName, String providerNamespace, String resourceType, String resourceName)"
|
|
desc: "Returns a resource belonging to a resource group."
|
|
returns:
|
|
description: "the generic resource"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.get(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
name: "get(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
nameWithType: "GenericResources.get(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
summary: "Returns a resource belonging to a resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceProviderNamespace"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "parentResourcePath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Resource identity."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract GenericResource get(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)"
|
|
desc: "Returns a resource belonging to a resource group."
|
|
returns:
|
|
description: "the generic resource"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.getById(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "GenericResources.getById(String id)"
|
|
summary: "Gets the information about a resource from Azure based on the resource id."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the id of the resource."
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract GenericResource getById(String id)"
|
|
desc: "Gets the information about a resource from Azure based on the resource id. For consistency across service versions, please use <xref uid=\"com.microsoft.azure.management.resources.GenericResources.getById(java.lang.String,java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#getById(String, String)\"></xref> instead."
|
|
returns:
|
|
description: "an immutable representation of the resource"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.getById(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.getById(String id, String apiVersion)"
|
|
name: "getById(String id, String apiVersion)"
|
|
nameWithType: "GenericResources.getById(String id, String apiVersion)"
|
|
summary: "Gets the information about a resource from Azure based on the resource id."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the id of the resource."
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract GenericResource getById(String id, String apiVersion)"
|
|
desc: "Gets the information about a resource from Azure based on the resource id."
|
|
returns:
|
|
description: "an immutable representation of the resource"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.getByIdAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.getByIdAsync(String id)"
|
|
name: "getByIdAsync(String id)"
|
|
nameWithType: "GenericResources.getByIdAsync(String id)"
|
|
summary: "Gets the information about a resource from Azure based on the resource id."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the id of the resource."
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<GenericResource> getByIdAsync(String id)"
|
|
desc: "Gets the information about a resource from Azure based on the resource id. For consistency across service versions, please use <xref uid=\"com.microsoft.azure.management.resources.GenericResources.getByIdAsync(java.lang.String,java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#getByIdAsync(String, String)\"></xref> instead."
|
|
returns:
|
|
description: "an immutable representation of the resource"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.getByIdAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.getByIdAsync(String id, String apiVersion)"
|
|
name: "getByIdAsync(String id, String apiVersion)"
|
|
nameWithType: "GenericResources.getByIdAsync(String id, String apiVersion)"
|
|
summary: "Gets the information about a resource from Azure based on the resource id."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the id of the resource."
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the API version"
|
|
name: "apiVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<GenericResource> getByIdAsync(String id, String apiVersion)"
|
|
desc: "Gets the information about a resource from Azure based on the resource id."
|
|
returns:
|
|
description: "an immutable representation of the resource"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.moveResources(java.lang.String,com.microsoft.azure.management.resources.ResourceGroup,java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.moveResources(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)"
|
|
name: "moveResources(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)"
|
|
nameWithType: "GenericResources.moveResources(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)"
|
|
summary: "Move resources from one resource group to another."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Source resource group name"
|
|
name: "sourceResourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "target resource group, can be in a different subscription"
|
|
name: "targetResourceGroup"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the list of IDs of the resources to move"
|
|
name: "resources"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract void moveResources(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)"
|
|
desc: "Move resources from one resource group to another."
|
|
- uid: "com.microsoft.azure.management.resources.GenericResources.moveResourcesAsync(java.lang.String,com.microsoft.azure.management.resources.ResourceGroup,java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)"
|
|
name: "moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)"
|
|
nameWithType: "GenericResources.moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)"
|
|
summary: "Move resources from one resource group to another asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Source resource group name"
|
|
name: "sourceResourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "target resource group, can be in a different subscription"
|
|
name: "targetResourceGroup"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the list of IDs of the resources to move"
|
|
name: "resources"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract Completable moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)"
|
|
desc: "Move resources from one resource group to another asynchronously."
|
|
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.GenericResources.moveResourcesAsync(java.lang.String,com.microsoft.azure.management.resources.ResourceGroup,java.util.List<java.lang.String>,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.management.resources.GenericResources.moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources, ServiceCallback<Void> callback)"
|
|
name: "moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources, ServiceCallback<Void> callback)"
|
|
nameWithType: "GenericResources.moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources, ServiceCallback<Void> callback)"
|
|
summary: "Move resources from one resource group to another asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Source resource group name"
|
|
name: "sourceResourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "target resource group, can be in a different subscription"
|
|
name: "targetResourceGroup"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the list of IDs of the resources to move"
|
|
name: "resources"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<Void> moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources, ServiceCallback<Void> callback)"
|
|
desc: "Move resources from one resource group to another asynchronously."
|
|
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: "Entry point to generic resources management API."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingInResourceGroupByTag?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingInResourceGroupByTag&text=SupportsListingInResourceGroupByTag\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceManager?alt=com.microsoft.azure.management.resources.implementation.ResourceManager&text=ResourceManager\" 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\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.resources.GenericResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" 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\" /><<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|