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 ApplicationsSelectApplicationsSelect. APP_DISPLAY_NAMEStatic value appDisplayName for ApplicationsSelect.static ApplicationsSelectApplicationsSelect. DATA_TYPEStatic value dataType for ApplicationsSelect.static ApplicationsSelectApplicationsSelect. DELETED_DATE_TIMEStatic value deletedDateTime for ApplicationsSelect.static ApplicationsSelectApplicationsSelect. IDStatic value id for ApplicationsSelect.static ApplicationsSelectApplicationsSelect. IS_SYNCED_FROM_ON_PREMISESStatic value isSyncedFromOnPremises for ApplicationsSelect.static ApplicationsSelectApplicationsSelect. NAMEStatic value name for ApplicationsSelect.static ApplicationsSelectApplicationsSelect. TARGET_OBJECTSStatic value targetObjects for ApplicationsSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return ApplicationsSelect Modifier and Type Method Description static ApplicationsSelectApplicationsSelect. 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()
-