Uses of Class
com.azure.resourcemanager.authorization.fluent.models.DirectoryRoleTemplatesCheckMemberObjectsRequestBody
-
Packages that use DirectoryRoleTemplatesCheckMemberObjectsRequestBody 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 DirectoryRoleTemplatesCheckMemberObjectsRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type DirectoryRoleTemplatesCheckMemberObjectsRequestBody Modifier and Type Method Description List<String>DirectoryRoleTemplatesClient. checkMemberObjects(String directoryRoleTemplateId, DirectoryRoleTemplatesCheckMemberObjectsRequestBody body)Invoke action checkMemberObjects.Mono<List<String>>DirectoryRoleTemplatesClient. checkMemberObjectsAsync(String directoryRoleTemplateId, DirectoryRoleTemplatesCheckMemberObjectsRequestBody body)Invoke action checkMemberObjects.com.azure.core.http.rest.Response<List<String>>DirectoryRoleTemplatesClient. checkMemberObjectsWithResponse(String directoryRoleTemplateId, DirectoryRoleTemplatesCheckMemberObjectsRequestBody body, com.azure.core.util.Context context)Invoke action checkMemberObjects.Mono<com.azure.core.http.rest.Response<List<String>>>DirectoryRoleTemplatesClient. checkMemberObjectsWithResponseAsync(String directoryRoleTemplateId, DirectoryRoleTemplatesCheckMemberObjectsRequestBody body)Invoke action checkMemberObjects. -
Uses of DirectoryRoleTemplatesCheckMemberObjectsRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return DirectoryRoleTemplatesCheckMemberObjectsRequestBody Modifier and Type Method Description DirectoryRoleTemplatesCheckMemberObjectsRequestBodyDirectoryRoleTemplatesCheckMemberObjectsRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.DirectoryRoleTemplatesCheckMemberObjectsRequestBodyDirectoryRoleTemplatesCheckMemberObjectsRequestBody. withIds(List<String> ids)Set the ids property: The ids property.
-