Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLicenseDetailsInner
-
Packages that use MicrosoftGraphLicenseDetailsInner 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 MicrosoftGraphLicenseDetailsInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphLicenseDetailsInner Modifier and Type Method Description MicrosoftGraphLicenseDetailsInner
UsersClient. createLicenseDetails(String userId, MicrosoftGraphLicenseDetailsInner body)
Create new navigation property to licenseDetails for users.MicrosoftGraphLicenseDetailsInner
UsersClient. getLicenseDetails(String userId, String licenseDetailsId)
Get licenseDetails from users.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphLicenseDetailsInner Modifier and Type Method Description Mono<MicrosoftGraphLicenseDetailsInner>
UsersClient. createLicenseDetailsAsync(String userId, MicrosoftGraphLicenseDetailsInner body)
Create new navigation property to licenseDetails for users.com.azure.core.http.rest.Response<MicrosoftGraphLicenseDetailsInner>
UsersClient. createLicenseDetailsWithResponse(String userId, MicrosoftGraphLicenseDetailsInner body, com.azure.core.util.Context context)
Create new navigation property to licenseDetails for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphLicenseDetailsInner>>
UsersClient. createLicenseDetailsWithResponseAsync(String userId, MicrosoftGraphLicenseDetailsInner body)
Create new navigation property to licenseDetails for users.Mono<MicrosoftGraphLicenseDetailsInner>
UsersClient. getLicenseDetailsAsync(String userId, String licenseDetailsId)
Get licenseDetails from users.Mono<MicrosoftGraphLicenseDetailsInner>
UsersClient. getLicenseDetailsAsync(String userId, String licenseDetailsId, List<UsersSelect> select, List<String> expand)
Get licenseDetails from users.com.azure.core.http.rest.Response<MicrosoftGraphLicenseDetailsInner>
UsersClient. getLicenseDetailsWithResponse(String userId, String licenseDetailsId, List<UsersSelect> select, List<String> expand, com.azure.core.util.Context context)
Get licenseDetails from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphLicenseDetailsInner>>
UsersClient. getLicenseDetailsWithResponseAsync(String userId, String licenseDetailsId, List<UsersSelect> select, List<String> expand)
Get licenseDetails from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphLicenseDetailsInner>
UsersClient. listLicenseDetails(String userId)
Get licenseDetails from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphLicenseDetailsInner>
UsersClient. listLicenseDetails(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOrderby> orderby, List<UsersSelect> select, List<String> expand, com.azure.core.util.Context context)
Get licenseDetails from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphLicenseDetailsInner>
UsersClient. listLicenseDetailsAsync(String userId)
Get licenseDetails from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphLicenseDetailsInner>
UsersClient. listLicenseDetailsAsync(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOrderby> orderby, List<UsersSelect> select, List<String> expand)
Get licenseDetails from users.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphLicenseDetailsInner Modifier and Type Method Description MicrosoftGraphLicenseDetailsInner
UsersClient. createLicenseDetails(String userId, MicrosoftGraphLicenseDetailsInner body)
Create new navigation property to licenseDetails for users.Mono<MicrosoftGraphLicenseDetailsInner>
UsersClient. createLicenseDetailsAsync(String userId, MicrosoftGraphLicenseDetailsInner body)
Create new navigation property to licenseDetails for users.com.azure.core.http.rest.Response<MicrosoftGraphLicenseDetailsInner>
UsersClient. createLicenseDetailsWithResponse(String userId, MicrosoftGraphLicenseDetailsInner body, com.azure.core.util.Context context)
Create new navigation property to licenseDetails for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphLicenseDetailsInner>>
UsersClient. createLicenseDetailsWithResponseAsync(String userId, MicrosoftGraphLicenseDetailsInner body)
Create new navigation property to licenseDetails for users.void
UsersClient. updateLicenseDetails(String userId, String licenseDetailsId, MicrosoftGraphLicenseDetailsInner body)
Update the navigation property licenseDetails in users.Mono<Void>
UsersClient. updateLicenseDetailsAsync(String userId, String licenseDetailsId, MicrosoftGraphLicenseDetailsInner body)
Update the navigation property licenseDetails in users.com.azure.core.http.rest.Response<Void>
UsersClient. updateLicenseDetailsWithResponse(String userId, String licenseDetailsId, MicrosoftGraphLicenseDetailsInner body, com.azure.core.util.Context context)
Update the navigation property licenseDetails in users.Mono<com.azure.core.http.rest.Response<Void>>
UsersClient. updateLicenseDetailsWithResponseAsync(String userId, String licenseDetailsId, MicrosoftGraphLicenseDetailsInner body)
Update the navigation property licenseDetails in users. -
Uses of MicrosoftGraphLicenseDetailsInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLicenseDetailsInner Modifier and Type Method Description MicrosoftGraphLicenseDetailsInner
MicrosoftGraphLicenseDetailsInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: licenseDetails.MicrosoftGraphLicenseDetailsInner
MicrosoftGraphLicenseDetailsInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphLicenseDetailsInner
MicrosoftGraphLicenseDetailsInner. withServicePlans(List<MicrosoftGraphServicePlanInfo> servicePlans)
Set the servicePlans property: Information about the service plans assigned with the license.MicrosoftGraphLicenseDetailsInner
MicrosoftGraphLicenseDetailsInner. withSkuId(UUID skuId)
Set the skuId property: Unique identifier (GUID) for the service SKU.MicrosoftGraphLicenseDetailsInner
MicrosoftGraphLicenseDetailsInner. withSkuPartNumber(String skuPartNumber)
Set the skuPartNumber property: Unique SKU display name.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphLicenseDetailsInner Modifier and Type Method Description List<MicrosoftGraphLicenseDetailsInner>
MicrosoftGraphUserInner. licenseDetails()
Get the licenseDetails property: A collection of this user's license details.List<MicrosoftGraphLicenseDetailsInner>
CollectionOfLicenseDetails. value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphLicenseDetailsInner Modifier and Type Method Description MicrosoftGraphUserInner
MicrosoftGraphUserInner. withLicenseDetails(List<MicrosoftGraphLicenseDetailsInner> licenseDetails)
Set the licenseDetails property: A collection of this user's license details.CollectionOfLicenseDetails
CollectionOfLicenseDetails. withValue(List<MicrosoftGraphLicenseDetailsInner> value)
Set the value property: The value property.
-