次の方法で共有


ContainerRegistryCredentialHealth Class

Definition

The health of the auth credential.

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

Properties

ErrorCode

Error code representing the health check error.

ErrorMessage

Descriptive message representing the health check error.

Status

The health status of credential.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerRegistryCredentialHealth>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryCredentialHealth>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryCredentialHealth>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryCredentialHealth>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryCredentialHealth>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to