Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.UserContractProperties
Packages that use UserContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of UserContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return UserContractPropertiesModifier and TypeMethodDescriptionstatic UserContractPropertiesUserContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserContractProperties from the JsonReader.Set the email property: Email address.UserContractProperties.withFirstName(String firstName) Set the firstName property: First name.UserContractProperties.withIdentities(List<UserIdentityContractInner> identities) Set the identities property: Collection of user identities.UserContractProperties.withLastName(String lastName) Set the lastName property: Last name.Set the note property: Optional note about a user set by the administrator.UserContractProperties.withRegistrationDate(OffsetDateTime registrationDate) Set the registrationDate property: Date of user registration.Set the state property: Account state.