Class MicrosoftGraphLicenseAssignmentState
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLicenseAssignmentState
licenseAssignmentState.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphLicenseAssignmentState class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: licenseAssignmentState.Get the assignedByGroup property: The assignedByGroup property.Get the disabledPlans property: The disabledPlans property.error()Get the error property: The error property.skuId()Get the skuId property: The skuId property.state()Get the state property: The state property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: licenseAssignmentState.withAssignedByGroup(String assignedByGroup) Set the assignedByGroup property: The assignedByGroup property.withDisabledPlans(List<UUID> disabledPlans) Set the disabledPlans property: The disabledPlans property.Set the error property: The error property.Set the skuId property: The skuId property.Set the state property: The state property.
-
Constructor Details
-
MicrosoftGraphLicenseAssignmentState
public MicrosoftGraphLicenseAssignmentState()Creates an instance of MicrosoftGraphLicenseAssignmentState class.
-
-
Method Details
-
assignedByGroup
Get the assignedByGroup property: The assignedByGroup property.- Returns:
- the assignedByGroup value.
-
withAssignedByGroup
Set the assignedByGroup property: The assignedByGroup property.- Parameters:
assignedByGroup- the assignedByGroup value to set.- Returns:
- the MicrosoftGraphLicenseAssignmentState object itself.
-
disabledPlans
Get the disabledPlans property: The disabledPlans property.- Returns:
- the disabledPlans value.
-
withDisabledPlans
Set the disabledPlans property: The disabledPlans property.- Parameters:
disabledPlans- the disabledPlans value to set.- Returns:
- the MicrosoftGraphLicenseAssignmentState object itself.
-
error
Get the error property: The error property.- Returns:
- the error value.
-
withError
Set the error property: The error property.- Parameters:
error- the error value to set.- Returns:
- the MicrosoftGraphLicenseAssignmentState object itself.
-
skuId
Get the skuId property: The skuId property.- Returns:
- the skuId value.
-
withSkuId
Set the skuId property: The skuId property.- Parameters:
skuId- the skuId value to set.- Returns:
- the MicrosoftGraphLicenseAssignmentState object itself.
-
state
Get the state property: The state property.- Returns:
- the state value.
-
withState
Set the state property: The state property.- Parameters:
state- the state value to set.- Returns:
- the MicrosoftGraphLicenseAssignmentState object itself.
-
additionalProperties
Get the additionalProperties property: licenseAssignmentState.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphLicenseAssignmentState withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: licenseAssignmentState.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphLicenseAssignmentState object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-