GenerateCredentialsResult 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.
The response from the GenerateCredentials operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.GenerateCredentialsResultTypeConverter))]
public class GenerateCredentialsResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IGenerateCredentialsResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.GenerateCredentialsResultTypeConverter))>]
type GenerateCredentialsResult = class
interface IGenerateCredentialsResult
interface IJsonSerializable
Public Class GenerateCredentialsResult
Implements IGenerateCredentialsResult
- Inheritance
-
GenerateCredentialsResult
- Attributes
- Implements
Constructors
GenerateCredentialsResult() |
Creates an new GenerateCredentialsResult instance. |
Properties
Password |
The list of passwords for a container registry. |
Username |
The username for a container registry. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GenerateCredentialsResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GenerateCredentialsResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IGenerateCredentialsResult. |
FromJsonString(String) |
Creates a new instance of GenerateCredentialsResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GenerateCredentialsResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |