Aracılığıyla paylaş


RegistryInfo Class

Definition

Container App registry information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.RegistryInfoTypeConverter))]
public class RegistryInfo : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IRegistryInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.RegistryInfoTypeConverter))>]
type RegistryInfo = class
    interface IRegistryInfo
    interface IJsonSerializable
Public Class RegistryInfo
Implements IRegistryInfo
Inheritance
RegistryInfo
Attributes
Implements

Constructors

RegistryInfo()

Creates an new RegistryInfo instance.

Properties

RegistryPassword

registry secret.

RegistryUrl

registry server Url.

RegistryUserName

registry username.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegistryInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegistryInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IRegistryInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegistryInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to