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