MicrosoftGraphStoragePlanInformation Class

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

public final class MicrosoftGraphStoragePlanInformation

storagePlanInformation.

Constructor Summary

Constructor Description
MicrosoftGraphStoragePlanInformation()

Creates an instance of MicrosoftGraphStoragePlanInformation class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: storagePlanInformation.

Boolean upgradeAvailable()

Get the upgradeAvailable property: Indicates whether there are higher storage quota plans available.

void validate()

Validates the instance.

MicrosoftGraphStoragePlanInformation withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: storagePlanInformation.

MicrosoftGraphStoragePlanInformation withUpgradeAvailable(Boolean upgradeAvailable)

Set the upgradeAvailable property: Indicates whether there are higher storage quota plans available.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphStoragePlanInformation

public MicrosoftGraphStoragePlanInformation()

Creates an instance of MicrosoftGraphStoragePlanInformation class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: storagePlanInformation.

Returns:

the additionalProperties value.

upgradeAvailable

public Boolean upgradeAvailable()

Get the upgradeAvailable property: Indicates whether there are higher storage quota plans available. Read-only.

Returns:

the upgradeAvailable value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphStoragePlanInformation withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: storagePlanInformation.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphStoragePlanInformation object itself.

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.

Applies to