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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET