Class ContainerExecResponseInner
java.lang.Object
com.azure.resourcemanager.containerinstance.fluent.models.ContainerExecResponseInner
The information for the container exec command.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerExecResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionpassword()Get the password property: The password to start the exec command.voidvalidate()Validates the instance.Get the webSocketUri property: The uri for the exec websocket.withPassword(String password) Set the password property: The password to start the exec command.withWebSocketUri(String webSocketUri) Set the webSocketUri property: The uri for the exec websocket.
-
Constructor Details
-
ContainerExecResponseInner
public ContainerExecResponseInner()Creates an instance of ContainerExecResponseInner class.
-
-
Method Details
-
webSocketUri
Get the webSocketUri property: The uri for the exec websocket.- Returns:
- the webSocketUri value.
-
withWebSocketUri
Set the webSocketUri property: The uri for the exec websocket.- Parameters:
webSocketUri- the webSocketUri value to set.- Returns:
- the ContainerExecResponseInner object itself.
-
password
Get the password property: The password to start the exec command.- Returns:
- the password value.
-
withPassword
Set the password property: The password to start the exec command.- Parameters:
password- the password value to set.- Returns:
- the ContainerExecResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-