Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLinkedResource
Packages that use MicrosoftGraphLinkedResource
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphLinkedResource in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLinkedResourceModifier and TypeMethodDescriptionMicrosoftGraphLinkedResource.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: linkedResource.MicrosoftGraphLinkedResource.withApplicationName(String applicationName) Set the applicationName property: Field indicating the app name of the source that is sending the linkedResource.MicrosoftGraphLinkedResource.withDisplayName(String displayName) Set the displayName property: Field indicating the title of the linkedResource.MicrosoftGraphLinkedResource.withExternalId(String externalId) Set the externalId property: Id of the object that is associated with this task on the third-party/partner system.Set the id property: Read-only.MicrosoftGraphLinkedResource.withWebUrl(String webUrl) Set the webUrl property: Deep link to the linkedResource.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphLinkedResourceModifier and TypeMethodDescriptionMicrosoftGraphTodoTask.linkedResources()Get the linkedResources property: A collection of resources linked to the task.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphLinkedResourceModifier and TypeMethodDescriptionMicrosoftGraphTodoTask.withLinkedResources(List<MicrosoftGraphLinkedResource> linkedResources) Set the linkedResources property: A collection of resources linked to the task.