DockerCredential 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.
Credential for docker with username and password.
public class DockerCredential : Azure.ResourceManager.MachineLearning.Models.DataReferenceCredential, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.DockerCredential>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.DockerCredential>
type DockerCredential = class
inherit DataReferenceCredential
interface IJsonModel<DockerCredential>
interface IPersistableModel<DockerCredential>
Public Class DockerCredential
Inherits DataReferenceCredential
Implements IJsonModel(Of DockerCredential), IPersistableModel(Of DockerCredential)
- Inheritance
- Implements
Properties
Password |
DockerCredential user password. |
UserName |
DockerCredential user name. |
Explicit Interface Implementations
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET