Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedAppOperation
-
Packages that use MicrosoftGraphManagedAppOperation Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphManagedAppOperation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphManagedAppOperation Modifier and Type Method Description MicrosoftGraphManagedAppOperation
MicrosoftGraphManagedAppOperation. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Represents an operation applied against an app registration.MicrosoftGraphManagedAppOperation
MicrosoftGraphManagedAppOperation. withDisplayName(String displayName)
Set the displayName property: The operation name.MicrosoftGraphManagedAppOperation
MicrosoftGraphManagedAppOperation. withId(String id)
Set the id property: Read-only.MicrosoftGraphManagedAppOperation
MicrosoftGraphManagedAppOperation. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The last time the app operation was modified.MicrosoftGraphManagedAppOperation
MicrosoftGraphManagedAppOperation. withState(String state)
Set the state property: The current state of the operation.MicrosoftGraphManagedAppOperation
MicrosoftGraphManagedAppOperation. withVersion(String version)
Set the version property: Version of the entity.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphManagedAppOperation Modifier and Type Method Description List<MicrosoftGraphManagedAppOperation>
MicrosoftGraphManagedAppRegistration. operations()
Get the operations property: Zero or more long running operations triggered on the app registration.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphManagedAppOperation Modifier and Type Method Description MicrosoftGraphManagedAppRegistration
MicrosoftGraphManagedAppRegistration. withOperations(List<MicrosoftGraphManagedAppOperation> operations)
Set the operations property: Zero or more long running operations triggered on the app registration.
-