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