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 MicrosoftGraphManagedAppOperationMicrosoftGraphManagedAppOperation. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Represents an operation applied against an app registration.MicrosoftGraphManagedAppOperationMicrosoftGraphManagedAppOperation. withDisplayName(String displayName)Set the displayName property: The operation name.MicrosoftGraphManagedAppOperationMicrosoftGraphManagedAppOperation. withId(String id)Set the id property: Read-only.MicrosoftGraphManagedAppOperationMicrosoftGraphManagedAppOperation. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: The last time the app operation was modified.MicrosoftGraphManagedAppOperationMicrosoftGraphManagedAppOperation. withState(String state)Set the state property: The current state of the operation.MicrosoftGraphManagedAppOperationMicrosoftGraphManagedAppOperation. 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 MicrosoftGraphManagedAppRegistrationMicrosoftGraphManagedAppRegistration. withOperations(List<MicrosoftGraphManagedAppOperation> operations)Set the operations property: Zero or more long running operations triggered on the app registration.
-