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

717 строки
39 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.sql._sql_elastic_pools
id: _sql_elastic_pools
parent: com.microsoft.azure.management.sql
children:
- com.microsoft.azure.management.sql._sql_elastic_pools.getBySqlServer(SqlServer,String)
- com.microsoft.azure.management.sql._sql_elastic_pools.getBySqlServer(String,String,String)
- com.microsoft.azure.management.sql._sql_elastic_pools.listBySqlServer(SqlServer)
- com.microsoft.azure.management.sql._sql_elastic_pools.listBySqlServer(String,String)
href: com.microsoft.azure.management.sql._sql_elastic_pools.yml
langs:
- java
name: SqlElasticPools
nameWithType: SqlElasticPools
fullName: com.microsoft.azure.management.sql.SqlElasticPools
type: Interface
source:
remote: &o0
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/SqlElasticPools.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/SqlElasticPools.java
startLine: 26
package: com.microsoft.azure.management.sql
summary: <p>Entry point to SQL Elastic Pool management API. </p>
syntax:
content: public interface SqlElasticPools extends SupportsCreating<SqlElasticPool.DefinitionStages.Blank>,SupportsDeletingById,SupportsGettingById<SqlElasticPool>,SupportsBatchCreation<SqlElasticPool>,SupportsDeletingByParent,HasManager<SqlServerManager>,HasInner<ElasticPoolsInner>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.deleteByParent(String,String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.deleteByParentAsync(String,String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.deleteByParentAsync(String,String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- uid: com.microsoft.azure.management.sql._sql_elastic_pools.getBySqlServer(SqlServer,String)
id: getBySqlServer(SqlServer,String)
parent: com.microsoft.azure.management.sql._sql_elastic_pools
href: com.microsoft.azure.management.sql._sql_elastic_pools.yml
langs:
- java
name: getBySqlServer(SqlServer sqlServer, String name)
nameWithType: SqlElasticPools.getBySqlServer(SqlServer sqlServer, String name)
fullName: com.microsoft.azure.management.sql.SqlElasticPools.getBySqlServer(SqlServer sqlServer, String name)
overload: com.microsoft.azure.management.sql._sql_elastic_pools.getBySqlServer*
type: Method
source:
remote: *o0
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/SqlElasticPools.java
startLine: 52
package: com.microsoft.azure.management.sql
summary: >-
<p>Gets the SQLElasticPool based on the SQLServer instance and SQLElasticPool name.</p>
<p></p>
syntax:
content: public SqlElasticPool getBySqlServer(SqlServer sqlServer, String name)
parameters:
- id: sqlServer
type: com.microsoft.azure.management.sql._sql_server
description: <p>the instance of SQLServer. </p>
- id: name
type: "26831127"
description: <p>the name of SQLElasticPool </p>
return:
type: com.microsoft.azure.management.sql._sql_elastic_pool
description: <p>an immutable representation of the SQLElasticPool </p>
- uid: com.microsoft.azure.management.sql._sql_elastic_pools.getBySqlServer(String,String,String)
id: getBySqlServer(String,String,String)
parent: com.microsoft.azure.management.sql._sql_elastic_pools
href: com.microsoft.azure.management.sql._sql_elastic_pools.yml
langs:
- java
name: getBySqlServer(String resourceGroup, String sqlServerName, String name)
nameWithType: SqlElasticPools.getBySqlServer(String resourceGroup, String sqlServerName, String name)
fullName: com.microsoft.azure.management.sql.SqlElasticPools.getBySqlServer(String resourceGroup, String sqlServerName, String name)
overload: com.microsoft.azure.management.sql._sql_elastic_pools.getBySqlServer*
type: Method
source:
remote: *o0
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/SqlElasticPools.java
startLine: 43
package: com.microsoft.azure.management.sql
summary: >-
<p>Gets the SQLElasticPool based on the resource group name, SQLServer name and SQLElasticPool name.</p>
<p></p>
syntax:
content: public SqlElasticPool getBySqlServer(String resourceGroup, String sqlServerName, String name)
parameters:
- id: resourceGroup
type: "26831127"
description: <p>the name of resource group. </p>
- id: sqlServerName
type: "26831127"
description: <p>the name of SQLServer. </p>
- id: name
type: "26831127"
description: <p>the name of SQLElasticPool. </p>
return:
type: com.microsoft.azure.management.sql._sql_elastic_pool
description: <p>an immutable representation of the SQLElasticPool </p>
- uid: com.microsoft.azure.management.sql._sql_elastic_pools.listBySqlServer(SqlServer)
id: listBySqlServer(SqlServer)
parent: com.microsoft.azure.management.sql._sql_elastic_pools
href: com.microsoft.azure.management.sql._sql_elastic_pools.yml
langs:
- java
name: listBySqlServer(SqlServer sqlServer)
nameWithType: SqlElasticPools.listBySqlServer(SqlServer sqlServer)
fullName: com.microsoft.azure.management.sql.SqlElasticPools.listBySqlServer(SqlServer sqlServer)
overload: com.microsoft.azure.management.sql._sql_elastic_pools.listBySqlServer*
type: Method
source:
remote: *o0
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/SqlElasticPools.java
startLine: 69
package: com.microsoft.azure.management.sql
summary: >-
<p>Gets the SQLElasticPool based on the SQLServer.</p>
<p></p>
syntax:
content: public List<SqlElasticPool> listBySqlServer(SqlServer sqlServer)
parameters:
- id: sqlServer
type: com.microsoft.azure.management.sql._sql_server
description: <p>the instance of SQLServer </p>
return:
type: 5618da2dcom.microsoft.azure.management.sql._sql_elastic_poola08ddfce
description: <p>the list of SQLElasticPools in a SQLServer </p>
- uid: com.microsoft.azure.management.sql._sql_elastic_pools.listBySqlServer(String,String)
id: listBySqlServer(String,String)
parent: com.microsoft.azure.management.sql._sql_elastic_pools
href: com.microsoft.azure.management.sql._sql_elastic_pools.yml
langs:
- java
name: listBySqlServer(String resourceGroupName, String sqlServerName)
nameWithType: SqlElasticPools.listBySqlServer(String resourceGroupName, String sqlServerName)
fullName: com.microsoft.azure.management.sql.SqlElasticPools.listBySqlServer(String resourceGroupName, String sqlServerName)
overload: com.microsoft.azure.management.sql._sql_elastic_pools.listBySqlServer*
type: Method
source:
remote: *o0
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/SqlElasticPools.java
startLine: 61
package: com.microsoft.azure.management.sql
summary: >-
<p>Lists resources of the specified type in the specified resource group and SQLServer.</p>
<p></p>
syntax:
content: public List<SqlElasticPool> listBySqlServer(String resourceGroupName, String sqlServerName)
parameters:
- id: resourceGroupName
type: "26831127"
description: <p>the name of the resource group to list the resources from </p>
- id: sqlServerName
type: "26831127"
description: <p>the name of SQLServer </p>
return:
type: 5618da2dcom.microsoft.azure.management.sql._sql_elastic_poola08ddfce
description: <p>the list of SQLElasticPools in a SQLServer </p>
references:
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.sql._sql_elastic_pools.getBySqlServer*
name: getBySqlServer
nameWithType: SqlElasticPools.getBySqlServer
fullName: com.microsoft.azure.management.sql.SqlElasticPools.getBySqlServer
package: com.microsoft.azure.management.sql
- uid: 5618da2dcom.microsoft.azure.management.sql._sql_elastic_poola08ddfce
spec.java:
- name: List<
fullName: List<
- uid: com.microsoft.azure.management.sql._sql_elastic_pool
name: SqlElasticPool
fullName: com.microsoft.azure.management.sql.SqlElasticPool
href: com.microsoft.azure.management.sql._sql_elastic_pool.yml
- name: '>'
fullName: '>'
- uid: com.microsoft.azure.management.sql._sql_elastic_pools.listBySqlServer*
name: listBySqlServer
nameWithType: SqlElasticPools.listBySqlServer
fullName: com.microsoft.azure.management.sql.SqlElasticPools.listBySqlServer
package: com.microsoft.azure.management.sql
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml
name: create(Creatable<ResourceT>... creatables)
nameWithType: SupportsBatchCreation<ResourceT>.create(Creatable<ResourceT>... creatables)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ResourceT extends Indexable>.create(Creatable<ResourceT>... creatables)
type: Method
summary: >-
<p>Executes the create requests on a collection (batch) of resources.</p>
<p></p>
syntax:
content: public CreatedResources<ResourceT> create(Creatable<ResourceT>... creatables)
parameters:
- id: creatables
type: com.microsoft.azure.management.resources.fluentcore.model._creatablecb51270d
description: <p>the creatables in the batch </p>
return:
type: com.microsoft.azure.management.resources.fluentcore.model._created_resourcesaab31861
description: <p>the batch operation result from which created resources in this batch can be accessed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml
name: create(List<Creatable<ResourceT>> creatables)
nameWithType: SupportsBatchCreation<ResourceT>.create(List<Creatable<ResourceT>> creatables)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ResourceT extends Indexable>.create(List<Creatable<ResourceT>> creatables)
type: Method
summary: >-
<p>Executes the create requests on a collection (batch) of resources.</p>
<p></p>
syntax:
content: public CreatedResources<ResourceT> create(List<Creatable<ResourceT>> creatables)
parameters:
- id: creatables
type: 5618da2dcom.microsoft.azure.management.resources.fluentcore.model._creatableb3b8560c
description: <p>the list of creatables in the batch </p>
return:
type: com.microsoft.azure.management.resources.fluentcore.model._created_resourcesaab31861
description: <p>the batch operation result from which created resources in this batch can be accessed. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(Creatable<ResourceT>...)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml
name: createAsync(Creatable<ResourceT>... creatables)
nameWithType: SupportsBatchCreation<ResourceT>.createAsync(Creatable<ResourceT>... creatables)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ResourceT extends Indexable>.createAsync(Creatable<ResourceT>... creatables)
type: Method
summary: >-
<p>Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when system resources are available.</p>
<p></p>
syntax:
content: public Observable<Indexable> createAsync(Creatable<ResourceT>... creatables)
parameters:
- id: creatables
type: com.microsoft.azure.management.resources.fluentcore.model._creatablecb51270d
description: <p>the creatables in the batch </p>
return:
type: c2d0e8c6com.microsoft.azure.management.resources.fluentcore.model._indexablea08ddfce
description: <p>an observable for the resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(List<Creatable<ResourceT>>)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml
name: createAsync(List<Creatable<ResourceT>> creatables)
nameWithType: SupportsBatchCreation<ResourceT>.createAsync(List<Creatable<ResourceT>> creatables)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ResourceT extends Indexable>.createAsync(List<Creatable<ResourceT>> creatables)
type: Method
summary: >-
<p>Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when system resources are available.</p>
<p></p>
syntax:
content: public Observable<Indexable> createAsync(List<Creatable<ResourceT>> creatables)
parameters:
- id: creatables
type: 5618da2dcom.microsoft.azure.management.resources.fluentcore.model._creatableb3b8560c
description: <p>the list of creatables in the batch </p>
return:
type: c2d0e8c6com.microsoft.azure.management.resources.fluentcore.model._indexablea08ddfce
description: <p>an observable for the resources </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml
name: createAsync(ServiceCallback<CreatedResources<ResourceT>> callback, Creatable<ResourceT>... creatables)
nameWithType: SupportsBatchCreation<ResourceT>.createAsync(ServiceCallback<CreatedResources<ResourceT>> callback, Creatable<ResourceT>... creatables)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ResourceT extends Indexable>.createAsync(ServiceCallback<CreatedResources<ResourceT>> callback, Creatable<ResourceT>... creatables)
type: Method
summary: >-
<p>Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when system resources are available.</p>
<p></p>
syntax:
content: public ServiceFuture<CreatedResources<ResourceT>> createAsync(ServiceCallback<CreatedResources<ResourceT>> callback, Creatable<ResourceT>... creatables)
parameters:
- id: callback
type: 12e63c54com.microsoft.azure.management.resources.fluentcore.model._created_resourcesb3b8560c
description: <p>the callback to handle success and failure </p>
- id: creatables
type: com.microsoft.azure.management.resources.fluentcore.model._creatablecb51270d
description: <p>the creatables in the batch </p>
return:
type: c522ce07com.microsoft.azure.management.resources.fluentcore.model._created_resourcesb3b8560c
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml
name: createAsync(final ServiceCallback<CreatedResources<ResourceT>> callback, List<Creatable<ResourceT>> creatables)
nameWithType: SupportsBatchCreation<ResourceT>.createAsync(final ServiceCallback<CreatedResources<ResourceT>> callback, List<Creatable<ResourceT>> creatables)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ResourceT extends Indexable>.createAsync(final ServiceCallback<CreatedResources<ResourceT>> callback, List<Creatable<ResourceT>> creatables)
type: Method
summary: >-
<p>Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when system resources are available.</p>
<p></p>
syntax:
content: public ServiceFuture<CreatedResources<ResourceT>> createAsync(final ServiceCallback<CreatedResources<ResourceT>> callback, List<Creatable<ResourceT>> creatables)
parameters:
- id: callback
type: 897eb10acom.microsoft.azure.management.resources.fluentcore.model._created_resourcesb3b8560c
description: <p>the callback to handle success and failure </p>
- id: creatables
type: 5618da2dcom.microsoft.azure.management.resources.fluentcore.model._creatableb3b8560c
description: <p>the list of creatables in the batch </p>
return:
type: c522ce07com.microsoft.azure.management.resources.fluentcore.model._created_resourcesb3b8560c
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.yml
name: define(String name)
nameWithType: SupportsCreating<T>.define(String name)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<T>.define(String name)
type: Method
summary: >-
<p>Begins a definition for a new resource. </p>
<p>This is the beginning of the builder pattern used to create top level resources in Azure. The final method completing the definition and starting the actual resource creation process in Azure is <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref>. </p>
<p>Note that the <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref> method is only available at the stage of the resource definition that has the minimum set of input parameters specified. If you do not see <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">Creatable#create()</xref> among the available methods, it means you have not yet specified all the required input settings. Input settings generally begin with the word "with", for example: and return the next stage of the resource definition, as an interface in the "fluent interface" style. </p>
syntax:
content: public T define(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name of the new resource </p>
return:
type: 8ce1ecb9
description: <p>the first stage of the new resource definition </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteById(String id)
nameWithType: SupportsDeletingById.deleteById(String id)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteById(String id)
type: Method
summary: >-
<p>Deletes a resource from Azure, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public void deleteById(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id, ServiceCallback<Void> callback)
nameWithType: SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByIdAsync(String id, ServiceCallback<Void> callback)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
- id: callback
type: da7fd5ea
description: <p>the callback on success or failure </p>
return:
type: aa81d378
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteByIdAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: deleteByIdAsync(String id)
nameWithType: SupportsDeletingById.deleteByIdAsync(String id)
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String id)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its resource ID.</p>
<p></p>
syntax:
content: public Completable deleteByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the resource ID of the resource to delete </p>
return:
type: "56537e90"
description: <p>a representation of the deferred computation of this call </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.deleteByParent(String,String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.yml
name: deleteByParent(String groupName, String parentName, String name)
nameWithType: SupportsDeletingByParent.deleteByParent(String groupName, String parentName, String name)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent.deleteByParent(String groupName, String parentName, String name)
type: Method
summary: >-
<p>Deletes a resource from Azure, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public void deleteByParent(String groupName, String parentName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The group the resource is part of </p>
- id: parentName
type: "26831127"
description: <p>the name of parent resource. </p>
- id: name
type: "26831127"
description: <p>The name of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.deleteByParentAsync(String,String,String,ServiceCallback<Void>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.yml
name: deleteByParentAsync(String groupName, String parentName, String name, ServiceCallback<Void> callback)
nameWithType: SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name, ServiceCallback<Void> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name, ServiceCallback<Void> callback)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public ServiceFuture<Void> deleteByParentAsync(String groupName, String parentName, String name, ServiceCallback<Void> callback)
parameters:
- id: groupName
type: "26831127"
description: <p>The group the resource is part of </p>
- id: parentName
type: "26831127"
description: <p>the name of parent resource. </p>
- id: name
type: "26831127"
description: <p>The name of the resource </p>
- id: callback
type: da7fd5ea
description: <p>the callback to call on success or failure </p>
return:
type: aa81d378
description: <p>a handle to cancel the request </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.deleteByParentAsync(String,String,String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.yml
name: deleteByParentAsync(String groupName, String parentName, String name)
nameWithType: SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name)
type: Method
summary: >-
<p>Asynchronously delete a resource from Azure, identifying it by its name and its resource group.</p>
<p></p>
syntax:
content: public Completable deleteByParentAsync(String groupName, String parentName, String name)
parameters:
- id: groupName
type: "26831127"
description: <p>The group the resource is part of </p>
- id: parentName
type: "26831127"
description: <p>the name of parent resource. </p>
- id: name
type: "26831127"
description: <p>The name of the resource </p>
return:
type: "56537e90"
description: <p>a representation of the deferred computation of this call </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getById(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
name: getById(String id)
nameWithType: SupportsGettingById<T>.getById(String id)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<T>.getById(String id)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource id.</p>
<p></p>
syntax:
content: public T getById(String id)
parameters:
- id: id
type: "26831127"
description: <p>the id of the resource. </p>
return:
type: 8ce1ecb9
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
name: getByIdAsync(String id)
nameWithType: SupportsGettingById<T>.getByIdAsync(String id)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<T>.getByIdAsync(String id)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource id.</p>
<p></p>
syntax:
content: public Observable<T> getByIdAsync(String id)
parameters:
- id: id
type: "26831127"
description: <p>the id of the resource. </p>
return:
type: c4094ba1
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String,ServiceCallback<T>)
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
name: getByIdAsync(String id, ServiceCallback<T> callback)
nameWithType: SupportsGettingById<T>.getByIdAsync(String id, ServiceCallback<T> callback)
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<T>.getByIdAsync(String id, ServiceCallback<T> callback)
type: Method
summary: >-
<p>Gets the information about a resource from Azure based on the resource id.</p>
<p></p>
syntax:
content: public ServiceFuture<T> getByIdAsync(String id, ServiceCallback<T> callback)
parameters:
- id: id
type: "26831127"
description: <p>the id of the resource. </p>
- id: callback
type: 4b6febe3
description: <p>the callback to call on success or failure </p>
return:
type: c0371a4e
description: <p>an immutable representation of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
parent: com.microsoft.azure.management.resources.fluentcore.model._has_inner
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: inner()
nameWithType: HasInner<T>.inner()
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>.inner()
type: Method
syntax:
content: public T inner()
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on Azure REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
name: manager()
nameWithType: HasManager<ManagerT>.manager()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<ManagerT>.manager()
type: Method
syntax:
content: public ManagerT manager()
return:
type: 8b0aab42
description: <p>the manager client of this resource type </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.yml
name: SupportsCreating<T>
nameWithType: SupportsCreating<T>
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<T>
type: Interface
summary: >-
<p>Providing access to creating Azure top level resources. </p>
<p>(Note: this interface is not intended to be implemented by user code) </p>
syntax:
content: public interface SupportsCreating<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the initial blank definition interface </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
name: SupportsDeletingById
nameWithType: SupportsDeletingById
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
type: Interface
summary: >-
<p>Provides access to deleting a resource from Azure, identifying it by its resource ID. </p>
<p>(Note: this interface is not intended to be implemented by user code) </p>
syntax:
content: public interface SupportsDeletingById
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
name: SupportsGettingById<T>
nameWithType: SupportsGettingById<T>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<T>
type: Interface
summary: >-
<p>Provides access to getting a specific Azure resource based on its resource ID. </p>
<p>(Note this interface is not intended to be implemented by user code.)</p>
<p></p>
syntax:
content: public interface SupportsGettingById<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the resource collection </p>
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation
parent: com.microsoft.azure.management.resources.fluentcore.collection
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.yml
name: SupportsBatchCreation<ResourceT>
nameWithType: SupportsBatchCreation<ResourceT>
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ResourceT>
type: Interface
summary: >-
<p>Providing access to creating a batch of Azure top level resources of same type. </p>
<p>(Note: this interface is not intended to be implemented by user code) </p>
syntax:
content: public interface SupportsBatchCreation<ResourceT extends Indexable>
typeParameters:
- id: ResourceT
type: ab77b02a
description: <p>the top level Azure resource type </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiona9e49610951434df71791054542215bf.yml
name: SupportsDeletingByParent
nameWithType: SupportsDeletingByParent
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent
type: Interface
summary: >-
<p>Provides access to getting a specific Azure resource based on its resource group and parent. </p>
<p>(Note this interface is not intended to be implemented by user code.) </p>
syntax:
content: public interface SupportsDeletingByParent
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
name: HasManager<ManagerT>
nameWithType: HasManager<ManagerT>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<ManagerT>
type: Interface
summary: <p>An interface representing a model that exposes a management client. </p>
syntax:
content: public interface HasManager<ManagerT>
typeParameters:
- id: ManagerT
type: 8b0aab42
description: <p>the manager client type </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: HasInner<T>
nameWithType: HasInner<T>
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>
type: Interface
summary: >-
<p>The wrapper around an inner object providing extended functionalities.</p>
<p></p>
syntax:
content: public interface HasInner<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the inner object. </p>
- uid: com.microsoft.azure.management.sql._sql_elastic_pools._sql_elastic_pools_creatable
parent: com.microsoft.azure.management.sql
href: com.microsoft.azure.management.sql._sql_elastic_pools._sql_elastic_pools_creatable.yml
name: SqlElasticPools.SqlElasticPoolsCreatable
nameWithType: SqlElasticPools.SqlElasticPoolsCreatable
fullName: com.microsoft.azure.management.sql.SqlElasticPools.SqlElasticPoolsCreatable
type: Interface
summary: <p>Entry point to SQL ElasticPool management API, which already have the SQLServer specified. </p>
syntax:
content: public interface SqlElasticPoolsCreatable
- uid: com.microsoft.azure.management.sql._sql_elastic_pool
parent: com.microsoft.azure.management.sql
href: com.microsoft.azure.management.sql._sql_elastic_pool.yml
name: SqlElasticPool
nameWithType: SqlElasticPool
fullName: com.microsoft.azure.management.sql.SqlElasticPool
type: Interface
summary: >-
<p>An immutable client-side representation of an Azure SQL Elastic Pool.</p>
<p>An immutable client-side representation of an Azure SQL ElasticPool. </p>
syntax:
content: public interface SqlElasticPool extends IndependentChildResource<SqlServerManager, ElasticPoolInner>,Refreshable<SqlElasticPool>,Updatable<SqlElasticPool.Update>,ExternalChildResource<SqlElasticPool, SqlServer>,HasInner<ElasticPoolInner>,HasResourceGroup,Refreshable<SqlElasticPool>,Updatable<SqlElasticPool.Update>
- uid: com.microsoft.azure.management.sql._sql_server
parent: com.microsoft.azure.management.sql
href: com.microsoft.azure.management.sql._sql_server.yml
name: SqlServer
nameWithType: SqlServer
fullName: com.microsoft.azure.management.sql.SqlServer
type: Interface
summary: <p>An immutable client-side representation of an Azure SQL Server. </p>
syntax:
content: public interface SqlServer