Share via


AppPlatformImageRegistryCredential Class

Definition

Credential of the image registry.

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

Constructors

AppPlatformImageRegistryCredential()

Initializes a new instance of AppPlatformImageRegistryCredential.

Properties

Password

The password of the image registry credential.

Username

The username of the image registry credential.

Explicit Interface Implementations

IJsonModel<AppPlatformImageRegistryCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformImageRegistryCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformImageRegistryCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformImageRegistryCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformImageRegistryCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to