| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| com.microsoft.azure.management.resources.fluentcore.arm |
This package contains the common resource manager utility classes
that are useful to other management plane libraries.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.DefinitionStages.WithCreate.beginCreate(Context context)
Begin executing the create request.
|
rx.Observable<Deployment> |
Deployment.DefinitionStages.WithCreate.beginCreateAsync(Context context)
Puts the request into the queue and allow the HTTP client to begin execute
it when system resources are available.
|
Deployment |
Deployment.DefinitionStages.WithCreate.create(Context context)
Execute the create request.
|
rx.Observable<Indexable> |
Deployment.DefinitionStages.WithCreate.createAsync(Context context)
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
| Modifier and Type | Field and Description |
|---|---|
static Context |
Context.NONE
The empty context.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.Builder.build()
Creates the Context instance.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/