UserInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
User info.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.UserInfoTypeConverter))]
public class UserInfo : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IUserInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.UserInfoTypeConverter))>]
type UserInfo = class
interface IUserInfo
interface IJsonSerializable
Public Class UserInfo
Implements IUserInfo
- Inheritance
-
UserInfo
- Attributes
- Implements
Constructors
UserInfo() |
Creates an new UserInfo instance. |
Properties
Country |
Country of the user |
EmailAddress |
Email of the user used by Dynatrace for contacting them if needed |
FirstName |
First Name of the user |
LastName |
Last Name of the user |
PhoneNumber |
Phone number of the user used by Dynatrace for contacting them if needed |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserInfo. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IUserInfo. |
FromJsonString(String) |
Creates a new instance of UserInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |