Class MicrosoftGraphAssignedLicense
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLicense
assignedLicense.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphAssignedLicense class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: assignedLicense.Get the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.skuId()Get the skuId property: The unique identifier for the SKU.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: assignedLicense.withDisabledPlans(List<UUID> disabledPlans) Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.Set the skuId property: The unique identifier for the SKU.
-
Constructor Details
-
MicrosoftGraphAssignedLicense
public MicrosoftGraphAssignedLicense()Creates an instance of MicrosoftGraphAssignedLicense class.
-
-
Method Details
-
disabledPlans
Get the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.- Returns:
- the disabledPlans value.
-
withDisabledPlans
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
Get the skuId property: The unique identifier for the SKU.- Returns:
- the skuId value.
-
withSkuId
Set the skuId property: The unique identifier for the SKU.- Parameters:
skuId- the skuId value to set.- Returns:
- the MicrosoftGraphAssignedLicense object itself.
-
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.
-