Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedAppOperation
Packages that use MicrosoftGraphManagedAppOperation
Package
Description
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 MicrosoftGraphManagedAppOperationModifier and TypeMethodDescriptionMicrosoftGraphManagedAppOperation.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an operation applied against an app registration.MicrosoftGraphManagedAppOperation.withDisplayName(String displayName) Set the displayName property: The operation name.Set the id property: Read-only.MicrosoftGraphManagedAppOperation.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The last time the app operation was modified.Set the state property: The current state of the operation.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 MicrosoftGraphManagedAppOperationModifier and TypeMethodDescriptionMicrosoftGraphManagedAppRegistration.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 MicrosoftGraphManagedAppOperationModifier and TypeMethodDescriptionMicrosoftGraphManagedAppRegistration.withOperations(List<MicrosoftGraphManagedAppOperation> operations) Set the operations property: Zero or more long running operations triggered on the app registration.