public class Dependency extends Object
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
List<BasicDependency> |
dependsOn()
Get the list of dependencies.
|
String |
id()
Get the ID of the dependency.
|
String |
resourceName()
Get the dependency resource name.
|
String |
resourceType()
Get the dependency resource type.
|
Dependency |
withDependsOn(List<BasicDependency> dependsOn)
Set the list of dependencies.
|
Dependency |
withId(String id)
Set the ID of the dependency.
|
Dependency |
withResourceName(String resourceName)
Set the dependency resource name.
|
Dependency |
withResourceType(String resourceType)
Set the dependency resource type.
|
public List<BasicDependency> dependsOn()
public Dependency withDependsOn(List<BasicDependency> dependsOn)
dependsOn - the dependsOn value to setpublic String id()
public Dependency withId(String id)
id - the id value to setpublic String resourceType()
public Dependency withResourceType(String resourceType)
resourceType - the resourceType value to setpublic String resourceName()
public Dependency withResourceName(String resourceName)
resourceName - the resourceName value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/