Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLicenseUnitsDetail
-
Packages that use MicrosoftGraphLicenseUnitsDetail Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphLicenseUnitsDetail in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLicenseUnitsDetail Modifier and Type Method Description MicrosoftGraphLicenseUnitsDetail
MicrosoftGraphSubscribedSkuInner. prepaidUnits()
Get the prepaidUnits property: licenseUnitsDetail.MicrosoftGraphLicenseUnitsDetail
MicrosoftGraphLicenseUnitsDetail. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: licenseUnitsDetail.MicrosoftGraphLicenseUnitsDetail
MicrosoftGraphLicenseUnitsDetail. withEnabled(Integer enabled)
Set the enabled property: The number of units that are enabled.MicrosoftGraphLicenseUnitsDetail
MicrosoftGraphLicenseUnitsDetail. withSuspended(Integer suspended)
Set the suspended property: The number of units that are suspended.MicrosoftGraphLicenseUnitsDetail
MicrosoftGraphLicenseUnitsDetail. withWarning(Integer warning)
Set the warning property: The number of units that are in warning status.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphLicenseUnitsDetail Modifier and Type Method Description MicrosoftGraphSubscribedSkuInner
MicrosoftGraphSubscribedSkuInner. withPrepaidUnits(MicrosoftGraphLicenseUnitsDetail prepaidUnits)
Set the prepaidUnits property: licenseUnitsDetail.
-