966 строки
54 KiB
YAML
966 строки
54 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: com.microsoft.azure.management.dns._dns_zones
|
|
id: _dns_zones
|
|
parent: com.microsoft.azure.management.dns
|
|
children:
|
|
- com.microsoft.azure.management.dns._dns_zones.deleteById(String,String)
|
|
- com.microsoft.azure.management.dns._dns_zones.deleteByIdAsync(String,String)
|
|
- com.microsoft.azure.management.dns._dns_zones.deleteByResourceGroupName(String,String,String)
|
|
- com.microsoft.azure.management.dns._dns_zones.deleteByResourceGroupNameAsync(String,String,String)
|
|
href: com.microsoft.azure.management.dns._dns_zones.yml
|
|
langs:
|
|
- java
|
|
name: DnsZones
|
|
nameWithType: DnsZones
|
|
fullName: com.microsoft.azure.management.dns.DnsZones
|
|
type: Interface
|
|
source:
|
|
remote: &o0
|
|
path: azure-mgmt-dns/src/main/java/com/microsoft/azure/management/dns/DnsZones.java
|
|
branch: v1.3.0
|
|
repo: https://github.com/Azure/azure-sdk-for-java
|
|
path: azure-mgmt-dns/src/main/java/com/microsoft/azure/management/dns/DnsZones.java
|
|
startLine: 28
|
|
package: com.microsoft.azure.management.dns
|
|
summary: <p>Entry point to DNS zone management API in Azure. </p>
|
|
syntax:
|
|
content: public interface DnsZones extends SupportsCreating<DnsZone.DefinitionStages.Blank>,SupportsListing<DnsZone>,SupportsListingByResourceGroup<DnsZone>,SupportsGettingByResourceGroup<DnsZone>,SupportsGettingById<DnsZone>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<DnsZone>,SupportsBatchDeletion,HasManager<DnsZoneManager>,HasInner<ZonesInner>
|
|
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.collection._supports_batch_deletion.deleteByIds(Collection<String>)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroup(String,String)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroupAsync(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.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroup(String,String)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
|
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
|
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
|
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
|
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
|
- uid: com.microsoft.azure.management.dns._dns_zones.deleteById(String,String)
|
|
id: deleteById(String,String)
|
|
parent: com.microsoft.azure.management.dns._dns_zones
|
|
href: com.microsoft.azure.management.dns._dns_zones.yml
|
|
langs:
|
|
- java
|
|
name: deleteById(String id, String eTagValue)
|
|
nameWithType: DnsZones.deleteById(String id, String eTagValue)
|
|
fullName: com.microsoft.azure.management.dns.DnsZones.deleteById(String id, String eTagValue)
|
|
overload: com.microsoft.azure.management.dns._dns_zones.deleteById*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-dns/src/main/java/com/microsoft/azure/management/dns/DnsZones.java
|
|
startLine: 75
|
|
package: com.microsoft.azure.management.dns
|
|
summary: >-
|
|
<p>Deletes a resource from Azure, identifying it by its resource ID.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public void deleteById(String id, String eTagValue)
|
|
parameters:
|
|
- id: id
|
|
type: "26831127"
|
|
description: <p>the resource ID of the resource to delete </p>
|
|
- id: eTagValue
|
|
type: "26831127"
|
|
description: <p>the ETag value to set on IfMatch header for concurrency protection </p>
|
|
- uid: com.microsoft.azure.management.dns._dns_zones.deleteByIdAsync(String,String)
|
|
id: deleteByIdAsync(String,String)
|
|
parent: com.microsoft.azure.management.dns._dns_zones
|
|
href: com.microsoft.azure.management.dns._dns_zones.yml
|
|
langs:
|
|
- java
|
|
name: deleteByIdAsync(String id, String eTagValue)
|
|
nameWithType: DnsZones.deleteByIdAsync(String id, String eTagValue)
|
|
fullName: com.microsoft.azure.management.dns.DnsZones.deleteByIdAsync(String id, String eTagValue)
|
|
overload: com.microsoft.azure.management.dns._dns_zones.deleteByIdAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-dns/src/main/java/com/microsoft/azure/management/dns/DnsZones.java
|
|
startLine: 58
|
|
package: com.microsoft.azure.management.dns
|
|
summary: >-
|
|
<p>Asynchronously delete the zone from Azure, identifying it by its resource ID.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Completable deleteByIdAsync(String id, String eTagValue)
|
|
parameters:
|
|
- id: id
|
|
type: "26831127"
|
|
description: <p>the resource ID of the resource to delete </p>
|
|
- id: eTagValue
|
|
type: "26831127"
|
|
description: <p>the ETag value to set on IfMatch header for concurrency protection </p>
|
|
return:
|
|
type: "56537e90"
|
|
description: <p>a representation of the deferred computation this delete call </p>
|
|
- uid: com.microsoft.azure.management.dns._dns_zones.deleteByResourceGroupName(String,String,String)
|
|
id: deleteByResourceGroupName(String,String,String)
|
|
parent: com.microsoft.azure.management.dns._dns_zones
|
|
href: com.microsoft.azure.management.dns._dns_zones.yml
|
|
langs:
|
|
- java
|
|
name: deleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)
|
|
nameWithType: DnsZones.deleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)
|
|
fullName: com.microsoft.azure.management.dns.DnsZones.deleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)
|
|
overload: com.microsoft.azure.management.dns._dns_zones.deleteByResourceGroupName*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-dns/src/main/java/com/microsoft/azure/management/dns/DnsZones.java
|
|
startLine: 67
|
|
package: com.microsoft.azure.management.dns
|
|
summary: >-
|
|
<p>Deletes the zone from Azure, identifying it by its name and its resource group.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public void deleteByResourceGroupName(String resourceGroupName, String zoneName, String eTagValue)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the resource group the resource is part of </p>
|
|
- id: zoneName
|
|
type: "26831127"
|
|
description: <p>the name of the zone </p>
|
|
- id: eTagValue
|
|
type: "26831127"
|
|
description: <p>the ETag value to set on IfMatch header for concurrency protection </p>
|
|
- uid: com.microsoft.azure.management.dns._dns_zones.deleteByResourceGroupNameAsync(String,String,String)
|
|
id: deleteByResourceGroupNameAsync(String,String,String)
|
|
parent: com.microsoft.azure.management.dns._dns_zones
|
|
href: com.microsoft.azure.management.dns._dns_zones.yml
|
|
langs:
|
|
- java
|
|
name: deleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)
|
|
nameWithType: DnsZones.deleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)
|
|
fullName: com.microsoft.azure.management.dns.DnsZones.deleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)
|
|
overload: com.microsoft.azure.management.dns._dns_zones.deleteByResourceGroupNameAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-dns/src/main/java/com/microsoft/azure/management/dns/DnsZones.java
|
|
startLine: 49
|
|
package: com.microsoft.azure.management.dns
|
|
summary: >-
|
|
<p>Asynchronously deletes the zone from Azure, identifying it by its name and its resource group.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Completable deleteByResourceGroupNameAsync(String resourceGroupName, String zoneName, String eTagValue)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the resource group the resource is part of </p>
|
|
- id: zoneName
|
|
type: "26831127"
|
|
description: <p>the name of the zone </p>
|
|
- id: eTagValue
|
|
type: "26831127"
|
|
description: <p>the ETag value to set on IfMatch header for concurrency protection </p>
|
|
return:
|
|
type: "56537e90"
|
|
description: <p>a representation of the deferred computation this delete call </p>
|
|
references:
|
|
- uid: "26831127"
|
|
spec.java:
|
|
- name: String
|
|
fullName: String
|
|
- uid: "56537e90"
|
|
spec.java:
|
|
- name: Completable
|
|
fullName: Completable
|
|
- uid: com.microsoft.azure.management.dns._dns_zones.deleteByResourceGroupNameAsync*
|
|
name: deleteByResourceGroupNameAsync
|
|
nameWithType: DnsZones.deleteByResourceGroupNameAsync
|
|
fullName: com.microsoft.azure.management.dns.DnsZones.deleteByResourceGroupNameAsync
|
|
package: com.microsoft.azure.management.dns
|
|
- uid: com.microsoft.azure.management.dns._dns_zones.deleteByIdAsync*
|
|
name: deleteByIdAsync
|
|
nameWithType: DnsZones.deleteByIdAsync
|
|
fullName: com.microsoft.azure.management.dns.DnsZones.deleteByIdAsync
|
|
package: com.microsoft.azure.management.dns
|
|
- uid: com.microsoft.azure.management.dns._dns_zones.deleteByResourceGroupName*
|
|
name: deleteByResourceGroupName
|
|
nameWithType: DnsZones.deleteByResourceGroupName
|
|
fullName: com.microsoft.azure.management.dns.DnsZones.deleteByResourceGroupName
|
|
package: com.microsoft.azure.management.dns
|
|
- uid: com.microsoft.azure.management.dns._dns_zones.deleteById*
|
|
name: deleteById
|
|
nameWithType: DnsZones.deleteById
|
|
fullName: com.microsoft.azure.management.dns.DnsZones.deleteById
|
|
package: com.microsoft.azure.management.dns
|
|
- 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.collection._supports_batch_deletion.deleteByIds(Collection<String>)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.yml
|
|
name: deleteByIds(Collection<String> ids)
|
|
nameWithType: SupportsBatchDeletion.deleteByIds(Collection<String> ids)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion.deleteByIds(Collection<String> ids)
|
|
type: Method
|
|
summary: <p>Deletes the specified resources from Azure. </p>
|
|
syntax:
|
|
content: public void deleteByIds(Collection<String> ids)
|
|
parameters:
|
|
- id: ids
|
|
type: 0248867e
|
|
description: <p>resource IDs of the resources to be deleted </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIds(String...)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.yml
|
|
name: deleteByIds(String...ids)
|
|
nameWithType: SupportsBatchDeletion.deleteByIds(String...ids)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion.deleteByIds(String...ids)
|
|
type: Method
|
|
summary: <p>Deletes the specified resources from Azure. </p>
|
|
syntax:
|
|
content: public void deleteByIds(String...ids)
|
|
parameters:
|
|
- id: ids
|
|
type: 04d2b762
|
|
description: <p>resource IDs of the resources to be deleted </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(Collection<String>)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.yml
|
|
name: deleteByIdsAsync(Collection<String> ids)
|
|
nameWithType: SupportsBatchDeletion.deleteByIdsAsync(Collection<String> ids)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion.deleteByIdsAsync(Collection<String> ids)
|
|
type: Method
|
|
summary: <p>Deletes the specified resources from Azure asynchronously and in parallel. </p>
|
|
syntax:
|
|
content: public Observable<String> deleteByIdsAsync(Collection<String> ids)
|
|
parameters:
|
|
- id: ids
|
|
type: 0248867e
|
|
description: <p>resource IDs of the resources to be deleted </p>
|
|
return:
|
|
type: c4e15b74
|
|
description: <p>a representation of the deferred computation of this call returning the resource ID of each successfully deleted resource </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.deleteByIdsAsync(String...)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.yml
|
|
name: deleteByIdsAsync(String...ids)
|
|
nameWithType: SupportsBatchDeletion.deleteByIdsAsync(String...ids)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion.deleteByIdsAsync(String...ids)
|
|
type: Method
|
|
summary: <p>Deletes the specified resources from Azure asynchronously and in parallel. </p>
|
|
syntax:
|
|
content: public Observable<String> deleteByIdsAsync(String...ids)
|
|
parameters:
|
|
- id: ids
|
|
type: 04d2b762
|
|
description: <p>resource IDs of the resources to be deleted </p>
|
|
return:
|
|
type: c4e15b74
|
|
description: <p>a representation of the deferred computation of this call returning the resource ID of each successfully deleted resource </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroup(String,String)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
|
|
name: deleteByResourceGroup(String resourceGroupName, String name)
|
|
nameWithType: SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, 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 deleteByResourceGroup(String resourceGroupName, String name)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the resource group the resource is part of </p>
|
|
- id: name
|
|
type: "26831127"
|
|
description: <p>the name of the resource </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
|
|
name: deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
|
|
nameWithType: SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, 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> deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the resource group the resource is part of </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.collectiond35e229e28179b07de149fc923372be7.deleteByResourceGroupAsync(String,String)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
|
|
name: deleteByResourceGroupAsync(String resourceGroupName, String name)
|
|
nameWithType: SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, 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 deleteByResourceGroupAsync(String resourceGroupName, String name)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the resource group the resource is part of </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.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroup(String,String)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
|
|
name: getByResourceGroup(String resourceGroupName, String name)
|
|
nameWithType: SupportsGettingByResourceGroup<T>.getByResourceGroup(String resourceGroupName, String name)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>.getByResourceGroup(String resourceGroupName, String name)
|
|
type: Method
|
|
summary: >-
|
|
<p>Gets the information about a resource from Azure based on the resource name and the name of its resource group.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public T getByResourceGroup(String resourceGroupName, String name)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the name of the resource group the resource is in </p>
|
|
- id: name
|
|
type: "26831127"
|
|
description: <p>the name of the resource. (Note, this is not the ID) </p>
|
|
return:
|
|
type: 8ce1ecb9
|
|
description: <p>an immutable representation of the resource </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
|
|
name: getByResourceGroupAsync(String resourceGroupName, String name)
|
|
nameWithType: SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name)
|
|
type: Method
|
|
summary: >-
|
|
<p>Gets the information about a resource from Azure based on the resource name and the name of its resource group.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<T> getByResourceGroupAsync(String resourceGroupName, String name)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the name of the resource group the resource is in </p>
|
|
- id: name
|
|
type: "26831127"
|
|
description: <p>the name of the resource. (Note, this is not the ID) </p>
|
|
return:
|
|
type: c4094ba1
|
|
description: <p>Observable to an immutable representation of the resource </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
|
|
name: getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
|
|
nameWithType: SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
|
|
type: Method
|
|
summary: >-
|
|
<p>Gets the information about a resource from Azure based on the resource name and the name of its resource group.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<T> getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the name of the resource group the resource is in </p>
|
|
- id: name
|
|
type: "26831127"
|
|
description: <p>the name of the resource. (Note, this is not the ID) </p>
|
|
- id: callback
|
|
type: 4b6febe3
|
|
description: <p>the callback to call on success or failure </p>
|
|
return:
|
|
type: c0371a4e
|
|
description: <p>Observable to 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.collection._supports_listing.list()
|
|
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
|
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
|
name: list()
|
|
nameWithType: SupportsListing<T>.list()
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.list()
|
|
type: Method
|
|
summary: >-
|
|
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PagedList<T> list()
|
|
return:
|
|
type: e5f90f8a
|
|
description: <p>list of resources </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
|
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
|
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
|
name: listAsync()
|
|
nameWithType: SupportsListing<T>.listAsync()
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
|
type: Method
|
|
summary: >-
|
|
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<T> listAsync()
|
|
return:
|
|
type: c4094ba1
|
|
description: <p>list of resources </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
|
name: listByResourceGroup(String resourceGroupName)
|
|
nameWithType: SupportsListingByResourceGroup<T>.listByResourceGroup(String resourceGroupName)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroup(String resourceGroupName)
|
|
type: Method
|
|
summary: >-
|
|
<p>Lists resources of the specified type in the specified resource group.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PagedList<T> listByResourceGroup(String resourceGroupName)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the name of the resource group to list the resources from </p>
|
|
return:
|
|
type: e5f90f8a
|
|
description: <p>the list of resources </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
|
name: listByResourceGroupAsync(String resourceGroupName)
|
|
nameWithType: SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
|
type: Method
|
|
summary: >-
|
|
<p>Lists resources of the specified type in the specified resource group.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
|
|
parameters:
|
|
- id: resourceGroupName
|
|
type: "26831127"
|
|
description: <p>the name of the resource group to list the resources from </p>
|
|
return:
|
|
type: c4094ba1
|
|
description: <p>the list of resources </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_listing
|
|
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
|
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
|
name: SupportsListing<T>
|
|
nameWithType: SupportsListing<T>
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
|
type: Interface
|
|
summary: >-
|
|
<p>Provides access to listing Azure resources of a specific type in a subscription. </p>
|
|
|
|
<p>(Note: this interface is not intended to be implemented by user code)</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public interface SupportsListing<T>
|
|
typeParameters:
|
|
- id: T
|
|
type: 8ce1ecb9
|
|
description: <p>the fluent type of the resource </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
|
name: SupportsListingByResourceGroup<T>
|
|
nameWithType: SupportsListingByResourceGroup<T>
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
|
|
type: Interface
|
|
summary: >-
|
|
<p>Provides access to listing Azure resources of a specific type in a specific resource group. </p>
|
|
|
|
<p>(Note this interface is not intended to be implemented by user code.)</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public interface SupportsListingByResourceGroup<T>
|
|
typeParameters:
|
|
- id: T
|
|
type: 8ce1ecb9
|
|
description: <p>the type of the resources listed. </p>
|
|
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
|
|
name: SupportsGettingByResourceGroup<T>
|
|
nameWithType: SupportsGettingByResourceGroup<T>
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<T>
|
|
type: Interface
|
|
summary: >-
|
|
<p>Provides access to getting a specific Azure resource based on its name and resource group. </p>
|
|
|
|
<p>(Note this interface is not intended to be implemented by user code.)</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public interface SupportsGettingByResourceGroup<T>
|
|
typeParameters:
|
|
- id: T
|
|
type: 8ce1ecb9
|
|
description: <p>the type of the resource to get. </p>
|
|
- 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_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.collectiond35e229e28179b07de149fc923372be7
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiond35e229e28179b07de149fc923372be7.yml
|
|
name: SupportsDeletingByResourceGroup
|
|
nameWithType: SupportsDeletingByResourceGroup
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
|
|
type: Interface
|
|
summary: >-
|
|
<p>Provides access to deleting a resource from Azure, identifying it by its name and its resource group. </p>
|
|
|
|
<p>(Note this interface is not intended to be implemented by user code.) </p>
|
|
syntax:
|
|
content: public interface SupportsDeletingByResourceGroup
|
|
- 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.collection._supports_batch_deletion
|
|
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
|
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_batch_deletion.yml
|
|
name: SupportsBatchDeletion
|
|
nameWithType: SupportsBatchDeletion
|
|
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion
|
|
type: Interface
|
|
summary: >-
|
|
<p>Provides access to deleting multiple resource from Azure, identifying them by their IDs. </p>
|
|
|
|
<p>(Note this interface is not intended to be implemented by user code.) </p>
|
|
syntax:
|
|
content: public interface SupportsBatchDeletion
|
|
- 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>
|