ProviderApplicationInfo Class

Definition

Provider's Managed-Application info.

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

Properties

OfferId

Provider's offer id.

PublisherId

Provider's publisher id.

Explicit Interface Implementations

IJsonModel<ProviderApplicationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProviderApplicationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProviderApplicationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProviderApplicationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProviderApplicationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to