Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPackage
-
Packages that use MicrosoftGraphPackage Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPackage in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPackage Modifier and Type Method Description MicrosoftGraphPackage
MicrosoftGraphDriveItem. packageProperty()
Get the packageProperty property: package.MicrosoftGraphPackage
MicrosoftGraphRemoteItem. packageProperty()
Get the packageProperty property: package.MicrosoftGraphPackage
MicrosoftGraphPackage. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: package.MicrosoftGraphPackage
MicrosoftGraphPackage. withType(String type)
Set the type property: A string indicating the type of package.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPackage Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withPackageProperty(MicrosoftGraphPackage packageProperty)
Set the packageProperty property: package.MicrosoftGraphRemoteItem
MicrosoftGraphRemoteItem. withPackageProperty(MicrosoftGraphPackage packageProperty)
Set the packageProperty property: package.
-