Class MicrosoftGraphAssignedLicense
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLicense
-
public final class MicrosoftGraphAssignedLicense extends Object
assignedLicense.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphAssignedLicense()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: assignedLicense.List<UUID>
disabledPlans()
Get the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.UUID
skuId()
Get the skuId property: The unique identifier for the SKU.void
validate()
Validates the instance.MicrosoftGraphAssignedLicense
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: assignedLicense.MicrosoftGraphAssignedLicense
withDisabledPlans(List<UUID> disabledPlans)
Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.MicrosoftGraphAssignedLicense
withSkuId(UUID skuId)
Set the skuId property: The unique identifier for the SKU.
-
-
-
Method Detail
-
disabledPlans
public List<UUID> disabledPlans()
Get the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.- Returns:
- the disabledPlans value.
-
withDisabledPlans
public MicrosoftGraphAssignedLicense withDisabledPlans(List<UUID> disabledPlans)
Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.- Parameters:
disabledPlans
- the disabledPlans value to set.- Returns:
- the MicrosoftGraphAssignedLicense object itself.
-
skuId
public UUID skuId()
Get the skuId property: The unique identifier for the SKU.- Returns:
- the skuId value.
-
withSkuId
public MicrosoftGraphAssignedLicense withSkuId(UUID skuId)
Set the skuId property: The unique identifier for the SKU.- Parameters:
skuId
- the skuId value to set.- Returns:
- the MicrosoftGraphAssignedLicense object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: assignedLicense.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphAssignedLicense withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: assignedLicense.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphAssignedLicense object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-