| Package | Description |
|---|---|
| com.microsoft.azure.arm.collection |
This package contains the base class for resource collections.
|
| com.microsoft.azure.arm.dag |
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
|
| com.microsoft.azure.arm.resources.models |
This package contains the base classes for resource models.
|
| Modifier and Type | Method and Description |
|---|---|
CreatedResources<ResourceT> |
SupportsBatchCreation.create(Creatable<ResourceT>... creatables)
Executes the create requests on a collection (batch) of resources.
|
rx.Observable<Indexable> |
SupportsBatchCreation.createAsync(Creatable<ResourceT>... creatables)
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.
|
ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(ServiceCallback<CreatedResources<ResourceT>> callback,
Creatable<ResourceT>... creatables)
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreatedResources<ResourceT> |
SupportsBatchCreation.create(List<Creatable<ResourceT>> creatables)
Executes the create requests on a collection (batch) of resources.
|
rx.Observable<Indexable> |
SupportsBatchCreation.createAsync(List<Creatable<ResourceT>> creatables)
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.
|
ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(ServiceCallback<CreatedResources<ResourceT>> callback,
List<Creatable<ResourceT>> creatables)
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
IndexableTaskItem.addDependency(Creatable<? extends Indexable> creatable)
Add a creatable dependency for this task item.
|
protected String |
IndexableTaskItem.addPostRunDependent(Creatable<? extends Indexable> creatable)
Add a creatable "post-run" dependent for this task item.
|
| Modifier and Type | Method and Description |
|---|---|
Creatable<T> |
IndependentChild.DefinitionStages.WithParentResource.withExistingParentResource(ParentT existingParentResource)
Creates a new child resource under parent resource.
|
Creatable<T> |
IndependentChild.DefinitionStages.WithParentResource.withExistingParentResource(String groupName,
String parentName)
Creates a new child resource under parent resource.
|
Creatable<T> |
IndependentChild.DefinitionStages.WithParentResource.withNewParentResource(Creatable<ParentT> parentResourceCreatable)
Creates a new child resource under parent resource.
|
| Modifier and Type | Method and Description |
|---|---|
Creatable<T> |
IndependentChild.DefinitionStages.WithParentResource.withNewParentResource(Creatable<ParentT> parentResourceCreatable)
Creates a new child resource under parent resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/