ConfigReference
Class sealed net10.0
Represents a reference to a configuration used within a service resource.
namespace Aspire.Hosting.Docker.Resources.ServiceNodes;
public sealed class ConfigReference{ // ...} 6 members
Remarks
Section titled Remarks This class is typically used to define configurations associated with a service in a containerized environment. It includes information about the configuration source, target, ownership, and permissions.
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesGidget; setstring? Gets or sets the group ID (GID) used to identify the group of the referenced configuration.
Modeget; setUnixFileMode? Represents the access mode for the configuration reference in the form of an integer value. This property determines the permissions or access level for the configuration being referenced. Typical values might correspond to standard file permission modes.
Sourceget; setstring? Gets or sets the source configuration reference. This property specifies the origin of the configuration file or data required by the service node.
Targetget; setstring? Specifies the target location where the referenced configuration data will be applied or mounted in the context of the Docker service.
Uidget; setstring? Gets or sets the user identifier (UID) associated with the configuration reference. Optional property that specifies the user ID for accessing the configuration target.