Class ResourceReference

java.lang.Object
com.microsoft.azure.management.cdn.ResourceReference

public class ResourceReference extends Object
Reference to another resource.
  • Constructor Details

    • ResourceReference

      public ResourceReference()
  • Method Details

    • id

      public String id()
      Get resource ID.
      Returns:
      the id value
    • withId

      public ResourceReference withId(String id)
      Set resource ID.
      Parameters:
      id - the id value to set
      Returns:
      the ResourceReference object itself.