ContainerAttachResult Interface
public interface ContainerAttachResult
The information for the output stream from container attach.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
password()
Gets the password to the output stream from the attach. |
abstract String |
webSocketUri()
Gets the Web |
Method Details
password
public abstract String password()
Gets the password to the output stream from the attach. Send as an Authorization header value when connecting to the WebSocket URI.
Returns:
the password.
webSocketUri
public abstract String webSocketUri()
Gets the WebSocket URI for the output stream from the attach.
Returns:
the WebSocket URI.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java