Dela via


GenericContainerExtendedInfo Class

Definition

Container extended information.

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

Constructors

GenericContainerExtendedInfo()

Initializes a new instance of GenericContainerExtendedInfo.

Properties

ContainerIdentityInfo

Container identity information.

RawCertData

Public key of container cert.

ServiceEndpoints

Azure Backup Service Endpoints for the container.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GenericContainerExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GenericContainerExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GenericContainerExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GenericContainerExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GenericContainerExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to