ContainerAttachResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerinstance. fluent. models. ContainerAttachResponseInner
- com.
Implements
public final class ContainerAttachResponseInner
implements JsonSerializable<ContainerAttachResponseInner>
The information for the output stream from container attach.
Constructor Summary
Constructor | Description |
---|---|
ContainerAttachResponseInner() |
Creates an instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
String |
password()
Get the password property: The password to the output stream from the attach. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
webSocketUri()
Get the web |
Container |
withPassword(String password)
Set the password property: The password to the output stream from the attach. |
Container |
withWebSocketUri(String webSocketUri)
Set the web |
Methods inherited from java.lang.Object
Constructor Details
ContainerAttachResponseInner
public ContainerAttachResponseInner()
Creates an instance of ContainerAttachResponseInner class.
Method Details
fromJson
public static ContainerAttachResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ContainerAttachResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
password
public String password()
Get the password property: The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.
Returns:
toJson
validate
public void validate()
Validates the instance.
webSocketUri
public String webSocketUri()
Get the webSocketUri property: The uri for the output stream from the attach.
Returns:
withPassword
public ContainerAttachResponseInner withPassword(String password)
Set the password property: The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.
Parameters:
Returns:
withWebSocketUri
public ContainerAttachResponseInner withWebSocketUri(String webSocketUri)
Set the webSocketUri property: The uri for the output stream from the attach.
Parameters:
Returns:
Applies to
Azure SDK for Java