Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPhone
Packages that use MicrosoftGraphPhone
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPhone in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPhoneModifier and TypeMethodDescriptionMicrosoftGraphPhone.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: phone.MicrosoftGraphPhone.withLanguage(String language) Set the language property: The language property.MicrosoftGraphPhone.withNumber(String number) Set the number property: The phone number.MicrosoftGraphPhone.withRegion(String region) Set the region property: The region property.MicrosoftGraphPhone.withType(MicrosoftGraphPhoneType type) Set the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPhoneModifier and TypeMethodDescriptionMicrosoftGraphOnlineMeetingInfo.phones()Get the phones property: All of the phone numbers associated with this conference.MicrosoftGraphOrgContactInner.phones()Get the phones property: The phones property.MicrosoftGraphPerson.phones()Get the phones property: The person's phone numbers.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPhoneModifier and TypeMethodDescriptionMicrosoftGraphOnlineMeetingInfo.withPhones(List<MicrosoftGraphPhone> phones) Set the phones property: All of the phone numbers associated with this conference.MicrosoftGraphOrgContactInner.withPhones(List<MicrosoftGraphPhone> phones) Set the phones property: The phones property.MicrosoftGraphPerson.withPhones(List<MicrosoftGraphPhone> phones) Set the phones property: The person's phone numbers.