Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ServicePrincipalsGetMemberObjectsRequestBody
-
Packages that use ServicePrincipalsGetMemberObjectsRequestBody 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 ServicePrincipalsGetMemberObjectsRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type ServicePrincipalsGetMemberObjectsRequestBody Modifier and Type Method Description List<String>
ServicePrincipalsClient. getMemberObjects(String servicePrincipalId, ServicePrincipalsGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.Mono<List<String>>
ServicePrincipalsClient. getMemberObjectsAsync(String servicePrincipalId, ServicePrincipalsGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.com.azure.core.http.rest.Response<List<String>>
ServicePrincipalsClient. getMemberObjectsWithResponse(String servicePrincipalId, ServicePrincipalsGetMemberObjectsRequestBody body, com.azure.core.util.Context context)
Invoke action getMemberObjects.Mono<com.azure.core.http.rest.Response<List<String>>>
ServicePrincipalsClient. getMemberObjectsWithResponseAsync(String servicePrincipalId, ServicePrincipalsGetMemberObjectsRequestBody body)
Invoke action getMemberObjects. -
Uses of ServicePrincipalsGetMemberObjectsRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return ServicePrincipalsGetMemberObjectsRequestBody Modifier and Type Method Description ServicePrincipalsGetMemberObjectsRequestBody
ServicePrincipalsGetMemberObjectsRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.ServicePrincipalsGetMemberObjectsRequestBody
ServicePrincipalsGetMemberObjectsRequestBody. withSecurityEnabledOnly(Boolean securityEnabledOnly)
Set the securityEnabledOnly property: The securityEnabledOnly property.
-