Class MicrosoftGraphStoragePlanInformation
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphStoragePlanInformation
-
public final class MicrosoftGraphStoragePlanInformation extends Object
storagePlanInformation.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphStoragePlanInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: storagePlanInformation.BooleanupgradeAvailable()Get the upgradeAvailable property: Indicates whether there are higher storage quota plans available.voidvalidate()Validates the instance.MicrosoftGraphStoragePlanInformationwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: storagePlanInformation.MicrosoftGraphStoragePlanInformationwithUpgradeAvailable(Boolean upgradeAvailable)Set the upgradeAvailable property: Indicates whether there are higher storage quota plans available.
-
-
-
Method Detail
-
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.
-
-