Dependency Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.Dependency

public class Dependency

Deployment dependency information.

Method Summary

Modifier and Type Method and Description
List<BasicDependency> dependsOn()

Get the dependsOn value.

String id()

Get the id value.

String resourceName()

Get the resourceName value.

String resourceType()

Get the resourceType value.

Dependency withDependsOn(List<BasicDependency> dependsOn)

Set the dependsOn value.

Dependency withId(String id)

Set the id value.

Dependency withResourceName(String resourceName)

Set the resourceName value.

Dependency withResourceType(String resourceType)

Set the resourceType value.

Method Details

dependsOn

public List dependsOn()

Get the dependsOn value.

Returns:

the dependsOn value

id

public String id()

Get the id value.

Returns:

the id value

resourceName

public String resourceName()

Get the resourceName value.

Returns:

the resourceName value

resourceType

public String resourceType()

Get the resourceType value.

Returns:

the resourceType value

withDependsOn

public Dependency withDependsOn(List dependsOn)

Set the dependsOn value.

Parameters:

dependsOn - the dependsOn value to set

Returns:

the Dependency object itself.

withId

public Dependency withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the Dependency object itself.

withResourceName

public Dependency withResourceName(String resourceName)

Set the resourceName value.

Parameters:

resourceName - the resourceName value to set

Returns:

the Dependency object itself.

withResourceType

public Dependency withResourceType(String resourceType)

Set the resourceType value.

Parameters:

resourceType - the resourceType value to set

Returns:

the Dependency object itself.

Applies to