Class ServiceCredentialSpec
Windows-only: Specifies how Windows credentials are to be loaded for the container.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceCredentialSpec
Properties
File
Specifies the file on the Docker host with the credentials.
Declaration
public string File { get; set; }
Property Value
Type | Description |
---|---|
string |
Registry
Specifies the Windows registry location on the Docker host with the credentials.
Declaration
public string Registry { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()