Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ApplicationsSelect
-
Packages that use ApplicationsSelect 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 ApplicationsSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type ApplicationsSelect Modifier and Type Method Description Mono<MicrosoftGraphExtensionPropertyInner>
ApplicationsClient. getExtensionPropertiesAsync(String applicationId, String extensionPropertyId, List<ApplicationsSelect> select, List<String> expand)
Get extensionProperties from applications.com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner>
ApplicationsClient. getExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId, List<ApplicationsSelect> select, List<String> expand, com.azure.core.util.Context context)
Get extensionProperties from applications.Mono<com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner>>
ApplicationsClient. getExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId, List<ApplicationsSelect> select, List<String> expand)
Get extensionProperties from applications. -
Uses of ApplicationsSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as ApplicationsSelect Modifier and Type Field Description static ApplicationsSelect
ApplicationsSelect. APP_DISPLAY_NAME
Static value appDisplayName for ApplicationsSelect.static ApplicationsSelect
ApplicationsSelect. DATA_TYPE
Static value dataType for ApplicationsSelect.static ApplicationsSelect
ApplicationsSelect. DELETED_DATE_TIME
Static value deletedDateTime for ApplicationsSelect.static ApplicationsSelect
ApplicationsSelect. ID
Static value id for ApplicationsSelect.static ApplicationsSelect
ApplicationsSelect. IS_SYNCED_FROM_ON_PREMISES
Static value isSyncedFromOnPremises for ApplicationsSelect.static ApplicationsSelect
ApplicationsSelect. NAME
Static value name for ApplicationsSelect.static ApplicationsSelect
ApplicationsSelect. TARGET_OBJECTS
Static value targetObjects for ApplicationsSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return ApplicationsSelect Modifier and Type Method Description static ApplicationsSelect
ApplicationsSelect. fromString(String name)
Creates or finds a ApplicationsSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type ApplicationsSelect Modifier and Type Method Description static Collection<ApplicationsSelect>
ApplicationsSelect. values()
-