| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.DefinitionStages.WithCreate.beginCreate()
Begin executing the create request.
|
Deployment |
Deployment.DefinitionStages.WithCreate.beginCreate(Context context)
Begin executing the create request.
|
Deployment |
Deployment.DefinitionStages.WithCreate.create(Context context)
Execute the create request.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Deployment> |
Deployment.DefinitionStages.WithCreate.beginCreateAsync()
Puts the request into the queue and allow the HTTP client to begin execute
it when system resources are available.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/