| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| com.microsoft.azure.management.resources.fluentcore.arm.models |
This package contains the base classes for resource models.
|
| com.microsoft.azure.management.resources.fluentcore.collection |
This package contains the base class for resource collections.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Deployment.Definition
Container interface for all the deployment definitions.
|
static interface |
Deployment.DefinitionStages.WithCreate
A deployment definition with sufficient inputs to create a new
deployment in the cloud, but exposing additional optional inputs to specify.
|
static interface |
GenericResource.Definition
The entirety of the generic resource definition.
|
static interface |
GenericResource.DefinitionStages.WithCreate
A deployment definition with sufficient inputs to create a new
resource in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
PolicyAssignment.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
PolicyAssignment.DefinitionStages.WithCreate
A policy assignment with sufficient inputs to create a new policy
assignment in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
PolicyDefinition.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
PolicyDefinition.DefinitionStages.WithCreate
A policy definition with sufficient inputs to create a new
policy in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
ResourceGroup.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
ResourceGroup.DefinitionStages.WithCreate
A resource group definition with sufficient inputs to create a new
resource group in the cloud, but exposing additional optional inputs to
specify.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.DefinitionStages.WithTemplate |
Deployment.DefinitionStages.WithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
| 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.
|
T |
GroupableResource.DefinitionStages.WithCreatableResourceGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
| 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.
|
com.microsoft.rest.ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(com.microsoft.rest.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.
|
com.microsoft.rest.ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(com.microsoft.rest.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/