Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.UserContractInner
Packages that use UserContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of UserContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return UserContractInnerModifier and TypeMethodDescriptionGroupUsersClient.create(String resourceGroupName, String serviceName, String groupId, String userId) Add existing user to existing group.WorkspaceGroupUsersClient.create(String resourceGroupName, String serviceName, String workspaceId, String groupId, String userId) Add existing user to existing group.UsersClient.createOrUpdate(String resourceGroupName, String serviceName, String userId, UserCreateParameters parameters) Creates or Updates a user.Gets the details of the user specified by its identifier.UsersClient.update(String resourceGroupName, String serviceName, String userId, String ifMatch, UserUpdateParameters parameters) Updates the details of the user specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type UserContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<UserContractInner> GroupUsersClient.createWithResponse(String resourceGroupName, String serviceName, String groupId, String userId, com.azure.core.util.Context context) Add existing user to existing group.com.azure.core.http.rest.Response<UserContractInner> WorkspaceGroupUsersClient.createWithResponse(String resourceGroupName, String serviceName, String workspaceId, String groupId, String userId, com.azure.core.util.Context context) Add existing user to existing group.com.azure.core.http.rest.PagedIterable<UserContractInner> Lists a collection of user entities associated with the group.com.azure.core.http.rest.PagedIterable<UserContractInner> GroupUsersClient.list(String resourceGroupName, String serviceName, String groupId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of user entities associated with the group.com.azure.core.http.rest.PagedIterable<UserContractInner> WorkspaceGroupUsersClient.list(String resourceGroupName, String serviceName, String workspaceId, String groupId) Lists a collection of user entities associated with the group.com.azure.core.http.rest.PagedIterable<UserContractInner> WorkspaceGroupUsersClient.list(String resourceGroupName, String serviceName, String workspaceId, String groupId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of user entities associated with the group.com.azure.core.http.rest.PagedIterable<UserContractInner> UsersClient.listByService(String resourceGroupName, String serviceName) Lists a collection of registered users in the specified service instance.com.azure.core.http.rest.PagedIterable<UserContractInner> UsersClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Boolean expandGroups, com.azure.core.util.Context context) Lists a collection of registered users in the specified service instance. -
Uses of UserContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return UserContractInnerModifier and TypeMethodDescriptionstatic UserContractInnerUserContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserContractInner from the JsonReader.Set the email property: Email address.UserContractInner.withFirstName(String firstName) Set the firstName property: First name.UserContractInner.withIdentities(List<UserIdentityContractInner> identities) Set the identities property: Collection of user identities.UserContractInner.withLastName(String lastName) Set the lastName property: Last name.Set the note property: Optional note about a user set by the administrator.UserContractInner.withRegistrationDate(OffsetDateTime registrationDate) Set the registrationDate property: Date of user registration.Set the state property: Account state. -
Uses of UserContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return UserContractInnerModifier and TypeMethodDescriptionUsersCreateOrUpdateResponse.getValue()Gets the deserialized response body.UsersGetResponse.getValue()Gets the deserialized response body.UsersUpdateResponse.getValue()Gets the deserialized response body.UserContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.UserContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type UserContractInnerMethod parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type UserContractInnerModifier and TypeMethodDescriptionUserCollection.withValue(List<UserContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type UserContractInnerModifierConstructorDescriptionUsersCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, UserContractInner value, UsersCreateOrUpdateHeaders headers) Creates an instance of UsersCreateOrUpdateResponse.UsersGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, UserContractInner value, UsersGetHeaders headers) Creates an instance of UsersGetResponse.UsersUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, UserContractInner value, UsersUpdateHeaders headers) Creates an instance of UsersUpdateResponse.