Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ApplicationsSelect
Packages that use ApplicationsSelect
Package
Description
Package containing the service clients for AuthorizationManagementClient.
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 ApplicationsSelectModifier and TypeMethodDescriptioncom.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 ApplicationsSelectModifier and TypeFieldDescriptionstatic final ApplicationsSelectApplicationsSelect.APP_DISPLAY_NAMEStatic value appDisplayName for ApplicationsSelect.static final ApplicationsSelectApplicationsSelect.DATA_TYPEStatic value dataType for ApplicationsSelect.static final ApplicationsSelectApplicationsSelect.DELETED_DATE_TIMEStatic value deletedDateTime for ApplicationsSelect.static final ApplicationsSelectApplicationsSelect.IDStatic value id for ApplicationsSelect.static final ApplicationsSelectApplicationsSelect.IS_SYNCED_FROM_ON_PREMISESStatic value isSyncedFromOnPremises for ApplicationsSelect.static final ApplicationsSelectApplicationsSelect.NAMEStatic value name for ApplicationsSelect.static final ApplicationsSelectApplicationsSelect.TARGET_OBJECTSStatic value targetObjects for ApplicationsSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return ApplicationsSelectModifier and TypeMethodDescriptionstatic 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 ApplicationsSelectModifier and TypeMethodDescriptionstatic Collection<ApplicationsSelect>ApplicationsSelect.values()Gets known ApplicationsSelect values.