Class MicrosoftGraphStoragePlanInformation

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

public final class MicrosoftGraphStoragePlanInformation extends Object
storagePlanInformation.
  • Constructor Details

    • MicrosoftGraphStoragePlanInformation

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

    • upgradeAvailable

      public Boolean upgradeAvailable()
      Get the upgradeAvailable property: Indicates whether there are higher storage quota plans available. Read-only.
      Returns:
      the upgradeAvailable value.
    • withUpgradeAvailable

      public MicrosoftGraphStoragePlanInformation withUpgradeAvailable(Boolean upgradeAvailable)
      Set the upgradeAvailable property: Indicates whether there are higher storage quota plans available. Read-only.
      Parameters:
      upgradeAvailable - the upgradeAvailable value to set.
      Returns:
      the MicrosoftGraphStoragePlanInformation object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: storagePlanInformation.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphStoragePlanInformation withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: storagePlanInformation.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphStoragePlanInformation object itself.
    • validate

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