ArmApplicationPackageContact Class

Definition

The application package contact information.

public class ArmApplicationPackageContact : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmApplicationPackageContact>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmApplicationPackageContact>
public class ArmApplicationPackageContact
type ArmApplicationPackageContact = class
    interface IJsonModel<ArmApplicationPackageContact>
    interface IPersistableModel<ArmApplicationPackageContact>
type ArmApplicationPackageContact = class
Public Class ArmApplicationPackageContact
Implements IJsonModel(Of ArmApplicationPackageContact), IPersistableModel(Of ArmApplicationPackageContact)
Public Class ArmApplicationPackageContact
Inheritance
ArmApplicationPackageContact
Implements

Properties

ContactName

The contact name.

Email

The contact email.

Phone

The contact phone number.

Explicit Interface Implementations

IJsonModel<ArmApplicationPackageContact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArmApplicationPackageContact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmApplicationPackageContact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmApplicationPackageContact>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArmApplicationPackageContact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to