| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluentcore.arm.models |
This package contains the base classes for resource models.
|
| com.azure.resourcemanager.resources.fluentcore.collection |
This package contains the base class for resource collections.
|
| com.azure.resourcemanager.resources.fluentcore.dag |
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| 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.
|
Flux<ResourceT> |
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.
|
| 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 | 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 |
ManagementLock.Definition
Container interface for all the definitions.
|
static interface |
ManagementLock.DefinitionStages.WithCreate
The stage of the management lock definition which contains all the minimum required inputs for
the resource to be created but also allows
for any other optional settings to be specified.
|
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.