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