Class MicrosoftGraphPendingOperations
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPendingOperations
pendingOperations.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPendingOperations class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: pendingOperations.Get the pendingContentUpdate property: pendingContentUpdate.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: pendingOperations.withPendingContentUpdate(MicrosoftGraphPendingContentUpdate pendingContentUpdate) Set the pendingContentUpdate property: pendingContentUpdate.
-
Constructor Details
-
MicrosoftGraphPendingOperations
public MicrosoftGraphPendingOperations()Creates an instance of MicrosoftGraphPendingOperations class.
-
-
Method Details
-
pendingContentUpdate
Get the pendingContentUpdate property: pendingContentUpdate.- Returns:
- the pendingContentUpdate value.
-
withPendingContentUpdate
public MicrosoftGraphPendingOperations withPendingContentUpdate(MicrosoftGraphPendingContentUpdate pendingContentUpdate) Set the pendingContentUpdate property: pendingContentUpdate.- Parameters:
pendingContentUpdate- the pendingContentUpdate value to set.- Returns:
- the MicrosoftGraphPendingOperations object itself.
-
additionalProperties
Get the additionalProperties property: pendingOperations.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPendingOperations withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: pendingOperations.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPendingOperations object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-