Skip to content
DocsTry Aspire
DocsTry

SftpContainerResource Properties

ClassProperties4 members
A resource that represents an SFTP container.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
ConnectionString for the atmoz SFTP server in the form of sftp://host:port.
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the atmoz SFTP endpoint.
public ReferenceExpression UriExpression { get; }
Format: sftp://{host}:{port}.