ContainerExecResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerinstance. fluent. models. ContainerExecResponseInner
- com.
Implements
public final class ContainerExecResponseInner
implements JsonSerializable<ContainerExecResponseInner>
The information for the container exec command.
Constructor Summary
Constructor | Description |
---|---|
ContainerExecResponseInner() |
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 start the exec command. |
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 start the exec command. |
Container |
withWebSocketUri(String webSocketUri)
Set the web |
Methods inherited from java.lang.Object
Constructor Details
ContainerExecResponseInner
public ContainerExecResponseInner()
Creates an instance of ContainerExecResponseInner class.
Method Details
fromJson
public static ContainerExecResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ContainerExecResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
password
public String password()
Get the password property: The password to start the exec command.
Returns:
toJson
validate
public void validate()
Validates the instance.
webSocketUri
public String webSocketUri()
Get the webSocketUri property: The uri for the exec websocket.
Returns:
withPassword
public ContainerExecResponseInner withPassword(String password)
Set the password property: The password to start the exec command.
Parameters:
Returns:
withWebSocketUri
public ContainerExecResponseInner withWebSocketUri(String webSocketUri)
Set the webSocketUri property: The uri for the exec websocket.
Parameters:
Returns:
Applies to
Azure SDK for Java