Class ResourceName

java.lang.Object
com.microsoft.azure.management.resources.ResourceName

public class ResourceName extends Object
Name and Type of the Resource.
  • Constructor Details

    • ResourceName

      public ResourceName()
  • Method Details

    • name

      public String name()
      Get name of the resource.
      Returns:
      the name value
    • withName

      public ResourceName withName(String name)
      Set name of the resource.
      Parameters:
      name - the name value to set
      Returns:
      the ResourceName object itself.
    • type

      public String type()
      Get the type of the resource.
      Returns:
      the type value
    • withType

      public ResourceName withType(String type)
      Set the type of the resource.
      Parameters:
      type - the type value to set
      Returns:
      the ResourceName object itself.