Interface ContainerExecResponse

All Superinterfaces:
HasInner<com.microsoft.azure.management.containerinstance.implementation.ContainerExecResponseInner>

@Beta(V1_11_0) public interface ContainerExecResponse extends HasInner<com.microsoft.azure.management.containerinstance.implementation.ContainerExecResponseInner>
Response containing the container exec command.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the password value.
    Get the webSocketUri value.

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

    inner
  • Method Details

    • webSocketUri

      String webSocketUri()
      Get the webSocketUri value.
      Returns:
      the webSocketUri value
    • password

      String password()
      Get the password value.
      Returns:
      the password value