BasicDependency Class

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

public class BasicDependency

Deployment dependency information.

Method Summary

Modifier and Type Method and Description
String id()

Get the id value.

String resourceName()

Get the resourceName value.

String resourceType()

Get the resourceType value.

BasicDependency withId(String id)

Set the id value.

BasicDependency withResourceName(String resourceName)

Set the resourceName value.

BasicDependency withResourceType(String resourceType)

Set the resourceType value.

Method Details

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

withId

public BasicDependency withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the BasicDependency object itself.

withResourceName

public BasicDependency withResourceName(String resourceName)

Set the resourceName value.

Parameters:

resourceName - the resourceName value to set

Returns:

the BasicDependency object itself.

withResourceType

public BasicDependency withResourceType(String resourceType)

Set the resourceType value.

Parameters:

resourceType - the resourceType value to set

Returns:

the BasicDependency object itself.

Applies to