Share via


IUserInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.UserInfoTypeConverter))]
public interface IUserInfo : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.UserInfoTypeConverter))>]
type IUserInfo = interface
    interface IJsonSerializable
Public Interface IUserInfo
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Country

country if user

EmailAddress

User Email

FirstName

First name

LastName

Last name

PhoneNumber

Contact phone number

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to