Bagikan melalui


LoginServerProperties Class

Definition

The login server properties of the connected registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.LoginServerPropertiesTypeConverter))]
public class LoginServerProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ILoginServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.LoginServerPropertiesTypeConverter))>]
type LoginServerProperties = class
    interface ILoginServerProperties
    interface IJsonSerializable
Public Class LoginServerProperties
Implements ILoginServerProperties
Inheritance
LoginServerProperties
Attributes
Implements

Constructors

LoginServerProperties()

Creates an new LoginServerProperties instance.

Properties

CertificateLocation

Indicates the location of the certificates.

CertificateType

The type of certificate location.

Host

The host of the connected registry. Can be FQDN or IP.

TlStatus

Indicates whether HTTPS is enabled for the login server.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LoginServerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoginServerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ILoginServerProperties.

FromJsonString(String)

Creates a new instance of LoginServerProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LoginServerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to