Skip to content
Docs Try Aspire

SftpContainerResource Properties

Class Properties 4 members
A resource that represents an SFTP container.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
ConnectionString for the atmoz SFTP server in the form of sftp://host:port.
public ReferenceExpression ConnectionStringExpression { get; }
Host Section titled Host EndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
Port Section titled Port EndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the atmoz SFTP endpoint.
public ReferenceExpression UriExpression { get; }
Format: sftp://{host}:{port}.