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