DataBoxContactDetails 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.
Contact Details.
public class DataBoxContactDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataBoxContactDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataBoxContactDetails>
type DataBoxContactDetails = class
interface IJsonModel<DataBoxContactDetails>
interface IPersistableModel<DataBoxContactDetails>
Public Class DataBoxContactDetails
Implements IJsonModel(Of DataBoxContactDetails), IPersistableModel(Of DataBoxContactDetails)
- Inheritance
-
DataBoxContactDetails
- Implements
Constructors
DataBoxContactDetails(String, String, IEnumerable<String>) |
Initializes a new instance of DataBoxContactDetails. |
Properties
ContactName |
Contact name of the person. |
EmailList |
List of Email-ids to be notified about job progress. |
Mobile |
Mobile number of the contact person. |
NotificationPreference |
Notification preference for a job stage. |
Phone |
Phone number of the contact person. |
PhoneExtension |
Phone extension number of the contact person. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataBoxContactDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataBoxContactDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataBoxContactDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataBoxContactDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataBoxContactDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET