Uses of Class
com.azure.resourcemanager.authorization.fluent.models.DirectoryRolesDirectoryRoleSelect
-
Packages that use DirectoryRolesDirectoryRoleSelect 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 DirectoryRolesDirectoryRoleSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type DirectoryRolesDirectoryRoleSelect Modifier and Type Method Description Mono<MicrosoftGraphDirectoryRoleInner>DirectoryRolesDirectoryRolesClient. getDirectoryRoleAsync(String directoryRoleId, List<DirectoryRolesDirectoryRoleSelect> select, List<DirectoryRolesDirectoryRoleExpand> expand)Get entity from directoryRoles by key.com.azure.core.http.rest.Response<MicrosoftGraphDirectoryRoleInner>DirectoryRolesDirectoryRolesClient. getDirectoryRoleWithResponse(String directoryRoleId, List<DirectoryRolesDirectoryRoleSelect> select, List<DirectoryRolesDirectoryRoleExpand> expand, com.azure.core.util.Context context)Get entity from directoryRoles by key.Mono<com.azure.core.http.rest.Response<MicrosoftGraphDirectoryRoleInner>>DirectoryRolesDirectoryRolesClient. getDirectoryRoleWithResponseAsync(String directoryRoleId, List<DirectoryRolesDirectoryRoleSelect> select, List<DirectoryRolesDirectoryRoleExpand> expand)Get entity from directoryRoles by key. -
Uses of DirectoryRolesDirectoryRoleSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as DirectoryRolesDirectoryRoleSelect Modifier and Type Field Description static DirectoryRolesDirectoryRoleSelectDirectoryRolesDirectoryRoleSelect. DELETED_DATE_TIMEStatic value deletedDateTime for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectDirectoryRolesDirectoryRoleSelect. DESCRIPTIONStatic value description for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectDirectoryRolesDirectoryRoleSelect. DISPLAY_NAMEStatic value displayName for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectDirectoryRolesDirectoryRoleSelect. IDStatic value id for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectDirectoryRolesDirectoryRoleSelect. MEMBERSStatic value members for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectDirectoryRolesDirectoryRoleSelect. ROLE_TEMPLATE_IDStatic value roleTemplateId for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectDirectoryRolesDirectoryRoleSelect. SCOPED_MEMBERSStatic value scopedMembers for DirectoryRolesDirectoryRoleSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return DirectoryRolesDirectoryRoleSelect Modifier and Type Method Description static DirectoryRolesDirectoryRoleSelectDirectoryRolesDirectoryRoleSelect. fromString(String name)Creates or finds a DirectoryRolesDirectoryRoleSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type DirectoryRolesDirectoryRoleSelect Modifier and Type Method Description static Collection<DirectoryRolesDirectoryRoleSelect>DirectoryRolesDirectoryRoleSelect. values()
-