Class MicrosoftGraphStoragePlanInformation
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphStoragePlanInformation
storagePlanInformation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphStoragePlanInformation class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: storagePlanInformation.Get the upgradeAvailable property: Indicates whether there are higher storage quota plans available.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: storagePlanInformation.withUpgradeAvailable(Boolean upgradeAvailable) Set the upgradeAvailable property: Indicates whether there are higher storage quota plans available.
-
Constructor Details
-
MicrosoftGraphStoragePlanInformation
public MicrosoftGraphStoragePlanInformation()Creates an instance of MicrosoftGraphStoragePlanInformation class.
-
-
Method Details
-
upgradeAvailable
Get the upgradeAvailable property: Indicates whether there are higher storage quota plans available. Read-only.- Returns:
- the upgradeAvailable value.
-
withUpgradeAvailable
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
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.
-