Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphExtensionPropertyInner
Packages that use MicrosoftGraphExtensionPropertyInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphExtensionPropertyInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphExtensionPropertyInnerModifier and TypeMethodDescriptionApplicationsClient.createExtensionProperties(String applicationId, MicrosoftGraphExtensionPropertyInner body) Create new navigation property to extensionProperties for applications.ApplicationsClient.getExtensionProperties(String applicationId, String extensionPropertyId) Get extensionProperties from applications.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphExtensionPropertyInnerModifier and TypeMethodDescriptionApplicationsClient.createExtensionPropertiesAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body) Create new navigation property to extensionProperties for applications.com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner>ApplicationsClient.createExtensionPropertiesWithResponse(String applicationId, MicrosoftGraphExtensionPropertyInner body, com.azure.core.util.Context context) Create new navigation property to extensionProperties for applications.Mono<com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner>>ApplicationsClient.createExtensionPropertiesWithResponseAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body) Create new navigation property to extensionProperties for applications.ApplicationsClient.getExtensionPropertiesAsync(String applicationId, String extensionPropertyId) 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.com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionPropertyInner>ApplicationsClient.listExtensionProperties(String applicationId) Get extensionProperties from applications.com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionPropertyInner>ApplicationsClient.listExtensionProperties(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<String> expand, com.azure.core.util.Context context) Get extensionProperties from applications.com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionPropertyInner>ApplicationsClient.listExtensionPropertiesAsync(String applicationId) Get extensionProperties from applications.com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionPropertyInner>ApplicationsClient.listExtensionPropertiesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<String> expand) Get extensionProperties from applications.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphExtensionPropertyInnerModifier and TypeMethodDescriptionApplicationsClient.createExtensionProperties(String applicationId, MicrosoftGraphExtensionPropertyInner body) Create new navigation property to extensionProperties for applications.ApplicationsClient.createExtensionPropertiesAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body) Create new navigation property to extensionProperties for applications.com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner>ApplicationsClient.createExtensionPropertiesWithResponse(String applicationId, MicrosoftGraphExtensionPropertyInner body, com.azure.core.util.Context context) Create new navigation property to extensionProperties for applications.Mono<com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner>>ApplicationsClient.createExtensionPropertiesWithResponseAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body) Create new navigation property to extensionProperties for applications.voidApplicationsClient.updateExtensionProperties(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body) Update the navigation property extensionProperties in applications.ApplicationsClient.updateExtensionPropertiesAsync(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body) Update the navigation property extensionProperties in applications.com.azure.core.http.rest.Response<Void>ApplicationsClient.updateExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body, com.azure.core.util.Context context) Update the navigation property extensionProperties in applications.ApplicationsClient.updateExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body) Update the navigation property extensionProperties in applications. -
Uses of MicrosoftGraphExtensionPropertyInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphExtensionPropertyInnerModifier and TypeMethodDescriptionMicrosoftGraphExtensionPropertyInner.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphExtensionPropertyInner.withAppDisplayName(String appDisplayName) Set the appDisplayName property: Display name of the application object on which this extension property is defined.MicrosoftGraphExtensionPropertyInner.withDataType(String dataType) Set the dataType property: Specifies the data type of the value the extension property can hold.MicrosoftGraphExtensionPropertyInner.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.Set the id property: Read-only.MicrosoftGraphExtensionPropertyInner.withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises) Set the isSyncedFromOnPremises property: Indicates if this extension property was sycned from onpremises directory using Azure AD Connect.Set the name property: Name of the extension property.MicrosoftGraphExtensionPropertyInner.withTargetObjects(List<String> targetObjects) Set the targetObjects property: Following values are supported.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphExtensionPropertyInnerModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.extensionProperties()Get the extensionProperties property: Read-only.CollectionOfExtensionProperty.value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphExtensionPropertyInnerModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withExtensionProperties(List<MicrosoftGraphExtensionPropertyInner> extensionProperties) Set the extensionProperties property: Read-only.CollectionOfExtensionProperty.withValue(List<MicrosoftGraphExtensionPropertyInner> value) Set the value property: The value property.