| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Dependency |
Dependency.withDependsOn(List<BasicDependency> dependsOn)
Set the list of dependencies.
|
Dependency |
Dependency.withId(String id)
Set the ID of the dependency.
|
Dependency |
Dependency.withResourceName(String resourceName)
Set the dependency resource name.
|
Dependency |
Dependency.withResourceType(String resourceType)
Set the dependency resource type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
DeploymentPropertiesExtended.dependencies()
Get the list of deployment dependencies.
|
List<Dependency> |
Deployment.dependencies() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/