Class ProviderOperationsMetadataInner

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.ProviderOperationsMetadataInner

public final class ProviderOperationsMetadataInner extends Object
Provider Operations metadata.
  • Constructor Details

    • ProviderOperationsMetadataInner

      public ProviderOperationsMetadataInner()
      Creates an instance of ProviderOperationsMetadataInner class.
  • Method Details

    • id

      public String id()
      Get the id property: The provider id.
      Returns:
      the id value.
    • withId

      Set the id property: The provider id.
      Parameters:
      id - the id value to set.
      Returns:
      the ProviderOperationsMetadataInner object itself.
    • name

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

      public ProviderOperationsMetadataInner withName(String name)
      Set the name property: The provider name.
      Parameters:
      name - the name value to set.
      Returns:
      the ProviderOperationsMetadataInner object itself.
    • type

      public String type()
      Get the type property: The provider type.
      Returns:
      the type value.
    • withType

      public ProviderOperationsMetadataInner withType(String type)
      Set the type property: The provider type.
      Parameters:
      type - the type value to set.
      Returns:
      the ProviderOperationsMetadataInner object itself.
    • displayName

      public String displayName()
      Get the displayName property: The provider display name.
      Returns:
      the displayName value.
    • withDisplayName

      public ProviderOperationsMetadataInner withDisplayName(String displayName)
      Set the displayName property: The provider display name.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the ProviderOperationsMetadataInner object itself.
    • resourceTypes

      public List<ResourceType> resourceTypes()
      Get the resourceTypes property: The provider resource types.
      Returns:
      the resourceTypes value.
    • withResourceTypes

      public ProviderOperationsMetadataInner withResourceTypes(List<ResourceType> resourceTypes)
      Set the resourceTypes property: The provider resource types.
      Parameters:
      resourceTypes - the resourceTypes value to set.
      Returns:
      the ProviderOperationsMetadataInner object itself.
    • operations

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

      public ProviderOperationsMetadataInner withOperations(List<ProviderOperation> operations)
      Set the operations property: The provider operations.
      Parameters:
      operations - the operations value to set.
      Returns:
      the ProviderOperationsMetadataInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.