Class MicrosoftGraphAssignedPlan
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedPlan
assignedPlan.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphAssignedPlan class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: assignedPlan.Get the assignedDateTime property: The assignedDateTime property.Get the capabilityStatus property: Condition of the capability assignment.service()Get the service property: The name of the service; for example, 'Exchange'.Get the servicePlanId property: A GUID that identifies the service plan.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: assignedPlan.withAssignedDateTime(OffsetDateTime assignedDateTime) Set the assignedDateTime property: The assignedDateTime property.withCapabilityStatus(String capabilityStatus) Set the capabilityStatus property: Condition of the capability assignment.withService(String service) Set the service property: The name of the service; for example, 'Exchange'.withServicePlanId(UUID servicePlanId) Set the servicePlanId property: A GUID that identifies the service plan.
-
Constructor Details
-
MicrosoftGraphAssignedPlan
public MicrosoftGraphAssignedPlan()Creates an instance of MicrosoftGraphAssignedPlan class.
-
-
Method Details
-
assignedDateTime
Get the assignedDateTime property: The assignedDateTime property.- Returns:
- the assignedDateTime value.
-
withAssignedDateTime
Set the assignedDateTime property: The assignedDateTime property.- Parameters:
assignedDateTime- the assignedDateTime value to set.- Returns:
- the MicrosoftGraphAssignedPlan object itself.
-
capabilityStatus
Get the capabilityStatus property: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.- Returns:
- the capabilityStatus value.
-
withCapabilityStatus
Set the capabilityStatus property: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.- Parameters:
capabilityStatus- the capabilityStatus value to set.- Returns:
- the MicrosoftGraphAssignedPlan object itself.
-
service
Get the service property: The name of the service; for example, 'Exchange'.- Returns:
- the service value.
-
withService
Set the service property: The name of the service; for example, 'Exchange'.- Parameters:
service- the service value to set.- Returns:
- the MicrosoftGraphAssignedPlan object itself.
-
servicePlanId
Get the servicePlanId property: A GUID that identifies the service plan.- Returns:
- the servicePlanId value.
-
withServicePlanId
Set the servicePlanId property: A GUID that identifies the service plan.- Parameters:
servicePlanId- the servicePlanId value to set.- Returns:
- the MicrosoftGraphAssignedPlan object itself.
-
additionalProperties
Get the additionalProperties property: assignedPlan.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: assignedPlan.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphAssignedPlan object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-