Class ResourceType

java.lang.Object
com.microsoft.azure.management.graphrbac.ResourceType

public class ResourceType extends Object
Resource Type.
  • Constructor Details

    • ResourceType

      public ResourceType()
  • Method Details

    • name

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

      public ResourceType withName(String name)
      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the ResourceType object itself.
    • displayName

      public String displayName()
      Get the displayName value.
      Returns:
      the displayName value
    • withDisplayName

      public ResourceType withDisplayName(String displayName)
      Set the displayName value.
      Parameters:
      displayName - the displayName value to set
      Returns:
      the ResourceType object itself.
    • operations

      public List<ProviderOperation> operations()
      Get the operations value.
      Returns:
      the operations value
    • withOperations

      public ResourceType withOperations(List<ProviderOperation> operations)
      Set the operations value.
      Parameters:
      operations - the operations value to set
      Returns:
      the ResourceType object itself.