Share via


ManagedProxyContent Class

Definition

Represent ManageProxy Request object.

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

Constructors

ManagedProxyContent(String)

Initializes a new instance of ManagedProxyContent.

Properties

Hostname

The target host name.

Service

The name of the service.

ServiceName

The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedProxyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedProxyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedProxyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedProxyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedProxyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to