Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteResource
-
Packages that use MicrosoftGraphOnenoteResource Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnenoteResource in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenoteResource Modifier and Type Method Description MicrosoftGraphOnenoteResourceMicrosoftGraphOnenoteResource. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: onenoteResource.MicrosoftGraphOnenoteResourceMicrosoftGraphOnenoteResource. withContent(byte[] content)Set the content property: The content stream.MicrosoftGraphOnenoteResourceMicrosoftGraphOnenoteResource. withContentUrl(String contentUrl)Set the contentUrl property: The URL for downloading the content.MicrosoftGraphOnenoteResourceMicrosoftGraphOnenoteResource. withId(String id)Set the id property: Read-only.MicrosoftGraphOnenoteResourceMicrosoftGraphOnenoteResource. withSelf(String self)Set the self property: The endpoint where you can get details about the page.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnenoteResource Modifier and Type Method Description List<MicrosoftGraphOnenoteResource>MicrosoftGraphOnenote. resources()Get the resources property: The image and other file resources in OneNote pages.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOnenoteResource Modifier and Type Method Description MicrosoftGraphOnenoteMicrosoftGraphOnenote. withResources(List<MicrosoftGraphOnenoteResource> resources)Set the resources property: The image and other file resources in OneNote pages.
-