DynatraceMonitorUserInfo 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.
public class DynatraceMonitorUserInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dynatrace.Models.DynatraceMonitorUserInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dynatrace.Models.DynatraceMonitorUserInfo>
public class DynatraceMonitorUserInfo
type DynatraceMonitorUserInfo = class
interface IJsonModel<DynatraceMonitorUserInfo>
interface IPersistableModel<DynatraceMonitorUserInfo>
type DynatraceMonitorUserInfo = class
Public Class DynatraceMonitorUserInfo
Implements IJsonModel(Of DynatraceMonitorUserInfo), IPersistableModel(Of DynatraceMonitorUserInfo)
Public Class DynatraceMonitorUserInfo
- Inheritance
-
DynatraceMonitorUserInfo
- Implements
Constructors
DynatraceMonitorUserInfo() |
Initializes a new instance of DynatraceMonitorUserInfo. |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DynatraceMonitorUserInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DynatraceMonitorUserInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DynatraceMonitorUserInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DynatraceMonitorUserInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DynatraceMonitorUserInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET