Uses of Class
com.azure.resourcemanager.authorization.fluent.models.Get0ItemsItem
-
Packages that use Get0ItemsItem Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of Get0ItemsItem in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type Get0ItemsItem Modifier and Type Method Description Mono<MicrosoftGraphDirectoryInner>
DirectoryDirectoriesClient. getDirectoryAsync(List<Get0ItemsItem> select, List<DirectoryDirectoryExpand> expand)
Get directory.com.azure.core.http.rest.Response<MicrosoftGraphDirectoryInner>
DirectoryDirectoriesClient. getDirectoryWithResponse(List<Get0ItemsItem> select, List<DirectoryDirectoryExpand> expand, com.azure.core.util.Context context)
Get directory.Mono<com.azure.core.http.rest.Response<MicrosoftGraphDirectoryInner>>
DirectoryDirectoriesClient. getDirectoryWithResponseAsync(List<Get0ItemsItem> select, List<DirectoryDirectoryExpand> expand)
Get directory. -
Uses of Get0ItemsItem in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as Get0ItemsItem Modifier and Type Field Description static Get0ItemsItem
Get0ItemsItem. ADMINISTRATIVE_UNITS
Static value administrativeUnits for Get0ItemsItem.static Get0ItemsItem
Get0ItemsItem. DELETED_ITEMS
Static value deletedItems for Get0ItemsItem.static Get0ItemsItem
Get0ItemsItem. ID
Static value id for Get0ItemsItem.Methods in com.azure.resourcemanager.authorization.fluent.models that return Get0ItemsItem Modifier and Type Method Description static Get0ItemsItem
Get0ItemsItem. fromString(String name)
Creates or finds a Get0ItemsItem from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type Get0ItemsItem Modifier and Type Method Description static Collection<Get0ItemsItem>
Get0ItemsItem. values()
-