Condividi tramite


RegistryEndpointAnonymousSettings Class

Definition

RegistryEndpoint Anonymous authentication properties.

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

Constructors

Name Description
RegistryEndpointAnonymousSettings()

Initializes a new instance of RegistryEndpointAnonymousSettings.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RegistryEndpointAnonymousSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegistryEndpointAnonymousSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegistryEndpointAnonymousSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegistryEndpointAnonymousSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegistryEndpointAnonymousSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to