MicrosoftGraphStoragePlanInformation Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphStoragePlanInformation
- com.
Implements
public final class MicrosoftGraphStoragePlanInformation
implements JsonSerializable<MicrosoftGraphStoragePlanInformation>
Represents a storage plan information.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphStoragePlanInformation() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Json |
toJson(JsonWriter jsonWriter) |
| Boolean |
upgradeAvailable()
Get the upgrade |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withUpgradeAvailable(Boolean upgradeAvailable)
Set the upgrade |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphStoragePlanInformation
public MicrosoftGraphStoragePlanInformation()
Creates an instance of MicrosoftGraphStoragePlanInformation class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: storagePlanInformation.
Returns:
fromJson
public static MicrosoftGraphStoragePlanInformation fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphStoragePlanInformation from the JsonReader.
Parameters:
Returns:
Throws:
toJson
upgradeAvailable
public Boolean upgradeAvailable()
Get the upgradeAvailable property: Indicates whether there are higher storage quota plans available. Read-only.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphStoragePlanInformation withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: storagePlanInformation.
Parameters:
Returns:
withUpgradeAvailable
public MicrosoftGraphStoragePlanInformation withUpgradeAvailable(Boolean upgradeAvailable)
Set the upgradeAvailable property: Indicates whether there are higher storage quota plans available. Read-only.
Parameters:
Returns: