Uses of Class
com.azure.resourcemanager.authorization.fluent.models.GroupsAssignLicenseRequestBody
-
Packages that use GroupsAssignLicenseRequestBody 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 GroupsAssignLicenseRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type GroupsAssignLicenseRequestBody Modifier and Type Method Description MicrosoftGraphGroupInner
GroupsClient. assignLicense(String groupId, GroupsAssignLicenseRequestBody body)
Invoke action assignLicense.Mono<MicrosoftGraphGroupInner>
GroupsClient. assignLicenseAsync(String groupId, GroupsAssignLicenseRequestBody body)
Invoke action assignLicense.com.azure.core.http.rest.Response<MicrosoftGraphGroupInner>
GroupsClient. assignLicenseWithResponse(String groupId, GroupsAssignLicenseRequestBody body, com.azure.core.util.Context context)
Invoke action assignLicense.Mono<com.azure.core.http.rest.Response<MicrosoftGraphGroupInner>>
GroupsClient. assignLicenseWithResponseAsync(String groupId, GroupsAssignLicenseRequestBody body)
Invoke action assignLicense. -
Uses of GroupsAssignLicenseRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return GroupsAssignLicenseRequestBody Modifier and Type Method Description GroupsAssignLicenseRequestBody
GroupsAssignLicenseRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.GroupsAssignLicenseRequestBody
GroupsAssignLicenseRequestBody. withAddLicenses(List<MicrosoftGraphAssignedLicense> addLicenses)
Set the addLicenses property: The addLicenses property.GroupsAssignLicenseRequestBody
GroupsAssignLicenseRequestBody. withRemoveLicenses(List<UUID> removeLicenses)
Set the removeLicenses property: The removeLicenses property.
-