TargetResource Class

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

public class TargetResource

Target resource.

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.

TargetResource withId(String id)

Set the id value.

TargetResource withResourceName(String resourceName)

Set the resourceName value.

TargetResource 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 TargetResource withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the TargetResource object itself.

withResourceName

public TargetResource withResourceName(String resourceName)

Set the resourceName value.

Parameters:

resourceName - the resourceName value to set

Returns:

the TargetResource object itself.

withResourceType

public TargetResource withResourceType(String resourceType)

Set the resourceType value.

Parameters:

resourceType - the resourceType value to set

Returns:

the TargetResource object itself.

Applies to