ImportSourceCredentials Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ImportSourceCredentialsTypeConverter))]
public class ImportSourceCredentials : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportSourceCredentials
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ImportSourceCredentialsTypeConverter))>]
type ImportSourceCredentials = class
interface IImportSourceCredentials
interface IJsonSerializable
Public Class ImportSourceCredentials
Implements IImportSourceCredentials
- Inheritance
-
ImportSourceCredentials
- Attributes
- Implements
Constructors
ImportSourceCredentials() |
Creates an new ImportSourceCredentials instance. |
Properties
Password |
The password used to authenticate with the source registry. |
Username |
The username to authenticate with the source registry. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImportSourceCredentials. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImportSourceCredentials. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportSourceCredentials. |
FromJsonString(String) |
Creates a new instance of ImportSourceCredentials, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImportSourceCredentials into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |