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