ContainerExecResponse Interface
Implements
public interface ContainerExecResponse
extends HasInnerModel<ContainerExecResponseInner>
Response containing the container exec command.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
password()
Get the password value. |
abstract String |
webSocketUri()
Get the web |
Method Details
password
public abstract String password()
Get the password value.
Returns:
the password value
webSocketUri
public abstract String webSocketUri()
Get the webSocketUri value.
Returns:
the webSocketUri value
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java